Re: [Qemu-devel] [PATCH] sheepdog: switch to writethrough mode if cluster doesn't support flush

2012-05-03 Thread Kevin Wolf
Am 02.05.2012 22:26, schrieb MORITA Kazutaka: This is necessary for qemu to work with the older version of Sheepdog which doesn't support SD_OP_FLUSH_VDI. Signed-off-by: MORITA Kazutaka morita.kazut...@gmail.com Thanks, applied to the block branch. Kevin

[Qemu-devel] [PATCH] sheepdog: switch to writethrough mode if cluster doesn't support flush

2012-05-02 Thread MORITA Kazutaka
This is necessary for qemu to work with the older version of Sheepdog which doesn't support SD_OP_FLUSH_VDI. Signed-off-by: MORITA Kazutaka morita.kazut...@gmail.com --- block/sheepdog.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/block/sheepdog.c