Re: [Qemu-devel] block composite driver and partition driver

2007-03-25 Thread jbrown105
>[EMAIL PROTECTED] wrote: >>I've finally gotten around to working on my multipart driver again. > >Why? I'm new to the list. Can you elaborate what sorts of things this >would be used for? I haven't yet gotten around to writing my per device >snapshot enablable/specifiable COW tmpfiles patch. B

Re: [Qemu-devel] block composite driver and partition driver

2007-01-30 Thread Douglas McClendon
[EMAIL PROTECTED] wrote: I've finally gotten around to working on my multipart driver again. Why? I'm new to the list. Can you elaborate what sorts of things this would be used for? I haven't yet gotten around to writing my per device snapshot enablable/specifiable COW tmpfiles patch. But

[Qemu-devel] block composite driver and partition driver

2007-01-30 Thread jma5
I've finally gotten around to working on my multipart driver again. block-composite.c is the basic low level composite image format, which lets you use a bunch of disk images as a single image. block-ram.c is a ram block device, with the size of the "image" given in the number of disk sectors. b