Re: [Qemu-devel] [PATCH 0/8] block: Introduce common read/write function

2016-03-19 Thread Kevin Wolf
Am 08.03.2016 um 13:47 hat Kevin Wolf geschrieben: > BlockBackends support a few different interfaces for reads and writes. Until > now they used to forward the requests directly to the BDS layer, which > implemented wrappers around one central common read/write function that > contained the actual

[Qemu-devel] [PATCH 0/8] block: Introduce common read/write function

2016-03-08 Thread Kevin Wolf
BlockBackends support a few different interfaces for reads and writes. Until now they used to forward the requests directly to the BDS layer, which implemented wrappers around one central common read/write function that contained the actual implementation of features provided by the block layer. T