[Qemu-devel] [PATCH] [RFC] aio update for composite and partition block drivers and a fix for -kernel boot

2007-03-07 Thread jma5
block-composite now fully supports AIO. block-partition's MBR geometry has been fixed, linux fdisk no longer complains about a mismatch between logical and physical geometry. Pretty much the only thing remaining is to clean up the syntax. I've also included a second patch that fixes -kernel boo

[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