Re: [Qemu-devel] [PATCH v4 11/23] block: Rename BlockDriverAIOCB* to BlockAIOCB*

2014-10-02 Thread Markus Armbruster
Max Reitz writes: > On 30.09.2014 21:25, Markus Armbruster wrote: >> I'll use BlockDriverAIOCB with block backends shortly, and the name is >> going to fit badly there. It's a block layer thing anyway, not just a >> block driver thing. >> >> Signed-off-by: Markus Armbruster >> --- >> block-mi

Re: [Qemu-devel] [PATCH v4 11/23] block: Rename BlockDriverAIOCB* to BlockAIOCB*

2014-10-01 Thread Max Reitz
On 30.09.2014 21:25, Markus Armbruster wrote: I'll use BlockDriverAIOCB with block backends shortly, and the name is going to fit badly there. It's a block layer thing anyway, not just a block driver thing. Signed-off-by: Markus Armbruster --- block-migration.c | 2 +- block.c

[Qemu-devel] [PATCH v4 11/23] block: Rename BlockDriverAIOCB* to BlockAIOCB*

2014-09-30 Thread Markus Armbruster
I'll use BlockDriverAIOCB with block backends shortly, and the name is going to fit badly there. It's a block layer thing anyway, not just a block driver thing. Signed-off-by: Markus Armbruster --- block-migration.c | 2 +- block.c | 124 ++---