Re: [kvm-devel] [PATCH] Fix typo in qemu-img which prevented compressed images from being created

2007-11-12 Thread Avi Kivity
Theodore Ts'o wrote: > This fix was cherry picked from the qemu CVS via > > cvs diff -r1.21 -r1.22 qemu-img.c > > I'll pull qemu-cvs real soon to get this and a bunch of other fixes. -- error compiling committee.c: too many arguments to function

[kvm-devel] [PATCH] Fix typo in qemu-img which prevented compressed images from being created

2007-11-10 Thread Theodore Ts'o
This fix was cherry picked from the qemu CVS via cvs diff -r1.21 -r1.22 qemu-img.c Signed-off-by: "Theodore Ts'o" <[EMAIL PROTECTED]> --- qemu/qemu-img.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qemu/qemu-img.c b/qemu/qemu-img.c index d021082..b84b75b 10