Re: [Qemu-devel] [PATCH] virtio-blk: fix the list operation in virtio_blk_load().

2010-06-21 Thread Kevin Wolf
Am 21.06.2010 10:50, schrieb Yoshiaki Tamura: > Although it is really rare to get in to the while loop, the list > operation in the loop is obviously wrong. > > Signed-off-by: Yoshiaki Tamura Thanks, applied to the block branch. Kevin

[Qemu-devel] [PATCH] virtio-blk: fix the list operation in virtio_blk_load().

2010-06-21 Thread Yoshiaki Tamura
Although it is really rare to get in to the while loop, the list operation in the loop is obviously wrong. Signed-off-by: Yoshiaki Tamura --- hw/virtio-blk.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/virtio-blk.c b/hw/virtio-blk.c index 75878eb..0bf929a 100644