Re: [Qemu-devel] [PATCH v4 13/16] qemu-io: Use BlockBackend

2015-02-05 Thread Eric Blake
On 02/05/2015 11:58 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 v4 13/16] qemu-io: Use BlockBackend

2015-02-05 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