Re: [Qemu-devel] [PATCH v2 0/6] nbd: Use BlockBackend

2014-11-26 Thread Stefan Hajnoczi
On Tue, Nov 18, 2014 at 12:21:13PM +0100, Max Reitz wrote: > From the block layer's perspective, the nbd server is pretty similar to > a guest device. Therefore, it should use BlockBackend to access block > devices, just like any other guest device does. > > This series consequently makes the nbd

[Qemu-devel] [PATCH v2 0/6] nbd: Use BlockBackend

2014-11-18 Thread Max Reitz
>From the block layer's perspective, the nbd server is pretty similar to a guest device. Therefore, it should use BlockBackend to access block devices, just like any other guest device does. This series consequently makes the nbd server use BlockBackend for referencing block devices. v2: - Added