Re: [Qemu-devel] simple block driver cleanups

2010-05-05 Thread Christoph Hellwig
On Wed, May 05, 2010 at 04:28:08PM +0200, Kevin Wolf wrote: > For cloop I trust your test, and for bochs I did a very basic test > myself (however, I doubt that anyone uses this driver, considering how > hard it is to create such an image...). For parallels I still need to > find out how to create

Re: [Qemu-devel] simple block driver cleanups

2010-05-05 Thread Kevin Wolf
Am 04.05.2010 15:22, schrieb Christoph Hellwig: > On Tue, May 04, 2010 at 02:38:07PM +0200, Kevin Wolf wrote: >> Am 04.05.2010 12:43, schrieb Christoph Hellwig: >>> This series cleans up the simple read-only block drivers to use the >>> qemu block device API to access their backing devices, making

Re: [Qemu-devel] simple block driver cleanups

2010-05-04 Thread Christoph Hellwig
On Tue, May 04, 2010 at 02:38:07PM +0200, Kevin Wolf wrote: > Am 04.05.2010 12:43, schrieb Christoph Hellwig: > > This series cleans up the simple read-only block drivers to use the > > qemu block device API to access their backing devices, making the code > > simpler and usable over nbd/curl. I'v

Re: [Qemu-devel] simple block driver cleanups

2010-05-04 Thread Kevin Wolf
Am 04.05.2010 12:43, schrieb Christoph Hellwig: > This series cleans up the simple read-only block drivers to use the > qemu block device API to access their backing devices, making the code > simpler and usable over nbd/curl. I've not touched dmg yet as it's even > more bitrot than usual and dese

[Qemu-devel] simple block driver cleanups

2010-05-04 Thread Christoph Hellwig
This series cleans up the simple read-only block drivers to use the qemu block device API to access their backing devices, making the code simpler and usable over nbd/curl. I've not touched dmg yet as it's even more bitrot than usual and deserves it's own series.