Re: [Qemu-devel] [RFC PATCH 2/5] qcow: QCowAIOCB field cleanup

2011-07-22 Thread Kevin Wolf
Am 20.07.2011 15:56, schrieb Frediano Ziglio: remove unused field from this structure and put some of them in qcow_aio_read_cb and qcow_aio_write_cb Signed-off-by: Frediano Ziglio fredd...@gmail.com qemu_co_mutex_lock(s-lock); if (ret 0) { return ret;

[Qemu-devel] [RFC PATCH 2/5] qcow: QCowAIOCB field cleanup

2011-07-20 Thread Frediano Ziglio
remove unused field from this structure and put some of them in qcow_aio_read_cb and qcow_aio_write_cb Signed-off-by: Frediano Ziglio fredd...@gmail.com --- block/qcow.c | 133 +++--- 1 files changed, 62 insertions(+), 71 deletions(-) diff