Re: [Qemu-devel] [PATCH v3 11/14] qemu-io: Use BlockBackend

2015-01-27 Thread Eric Blake
On 01/26/2015 08:00 AM, Max Reitz wrote: > qemu-io should behave like a guest, therefore it should use BlockBackend > to access the block layer. > > There are a couple of places where that is infeasible: First, the > bdrv_debug_* functions could theoretically be mirrored in the > BlockBackend, but

[Qemu-devel] [PATCH v3 11/14] qemu-io: Use BlockBackend

2015-01-26 Thread Max Reitz
qemu-io should behave like a guest, therefore it should use BlockBackend to access the block layer. There are a couple of places where that is infeasible: First, the bdrv_debug_* functions could theoretically be mirrored in the BlockBackend, but since these are functions internal to the block laye