Re: [Qemu-devel] PATCH: Support for multi-file raw images

2006-05-12 Thread Ryan Lortie
On Fri, 2006-12-05 at 22:21 +0200, Flavio Visentin wrote: OT for qemu, but if you use *rsync*, then only the changed part of the file are copied, not all the file. Rsync was written just for this reason, to avoid copying unneccessary unchanged data. But as soon as the modification stamp

[Qemu-devel] PATCH: Support for multi-file raw images

2006-05-11 Thread Ryan Lortie
is running then this is quite bad. Currently this will result in read/write requests returning -1. Maybe it makes sense to panic and cause QEMU to exit. o All comments welcome. Cheers. /* * Block driver for multiple-file raw images. * Copyright © 2006 Ryan Lortie [EMAIL PROTECTED