[Qemu-devel] [PATCH] qemu-io: Add command line switch for cache mode

2012-04-18 Thread Kevin Wolf
To be used as in 'qemu-io -t writeback test.img' Signed-off-by: Kevin Wolf kw...@redhat.com --- qemu-io.c | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/qemu-io.c b/qemu-io.c index e6fcd77..3095a22 100644 --- a/qemu-io.c +++ b/qemu-io.c @@ -1784,6 +1784,7 @@

Re: [Qemu-devel] [PATCH] qemu-io: Add command line switch for cache mode

2012-04-18 Thread Paolo Bonzini
Il 18/04/2012 14:35, Kevin Wolf ha scritto: To be used as in 'qemu-io -t writeback test.img' Signed-off-by: Kevin Wolf kw...@redhat.com --- qemu-io.c | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/qemu-io.c b/qemu-io.c index e6fcd77..3095a22 100644