Re: [Qemu-devel] [PATCH 1/3] virtio_blk: Factor virtio_blk_handle_request out

2010-01-29 Thread Anthony Liguori
On 01/27/2010 06:12 AM, Kevin Wolf wrote: We need a function that handles a single request. Create one by splitting out code from virtio_blk_handle_output. Signed-off-by: Kevin Wolf Applied all. Thanks. Regards, Anthony Liguori --- hw/virtio-blk.c | 78

[Qemu-devel] [PATCH 1/3] virtio_blk: Factor virtio_blk_handle_request out

2010-01-27 Thread Kevin Wolf
We need a function that handles a single request. Create one by splitting out code from virtio_blk_handle_output. Signed-off-by: Kevin Wolf --- hw/virtio-blk.c | 78 -- 1 files changed, 46 insertions(+), 32 deletions(-) diff --git a/hw/virti