summaryrefslogtreecommitdiff
path: root/config.guess
AgeCommit message (Expand)AuthorFilesLines
2008-05-18Fix Bashisms in contrib/ocs (Closes: #480591)15.6-6Tobias Klauser1-11/+21
2007-12-10cscope 15.6-515.6-5Tobias Klauser1-3/+3
2007-06-07cscope 15.6-315.6-3Tobias Klauser1-8/+24
2006-11-13Initial import15.6-2Tobias Klauser1-0/+1500
45ae3df1a9c9d1fb44ac3eb47f16d9cd9 (patch) tree1fb9fcadaabb96fc58747d73cf8b492daf8faa89 /tools/lguest parent7e05484f02e1ea05a3aae0724d4df1e8a5a1920f (diff)
lguest: fix block request handling in example launcher.
virtio requests are scatter-gather-style descriptors, but no assumptions should be made about the layout. lguest was lazy here, but saved by the fact that the network device hands all requests to tun (which does it correctly) and console and random devices simply use readv and writev. Block devices, however, are broken: we convert to iovecs internally, just make sure we handle the correctly. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'tools/lguest')