Re: [Qemu-devel] [PATCH] virtio-blk: fix barrier support

2010-05-19 Thread Kevin Wolf
Am 19.05.2010 12:40, schrieb Christoph Hellwig: > Before issuing the barrier to the block driver we need to flush our oustanding > queue of write requests, as the flush is supposed to be issued after them. > > Signed-off-by: Christoph Hellwig Thanks, applied to the block branch. I'm going to se

[Qemu-devel] [PATCH] virtio-blk: fix barrier support

2010-05-19 Thread Christoph Hellwig
Before issuing the barrier to the block driver we need to flush our oustanding queue of write requests, as the flush is supposed to be issued after them. Signed-off-by: Christoph Hellwig Index: qemu/hw/virtio-blk.c === --- qemu.orig