Re: [libvirt] [PATCH] qemu: Update qemuhelpdata test with new flag

2010-01-06 Thread Daniel Veillard
On Tue, Jan 05, 2010 at 08:27:42AM -0600, Adam Litke wrote:
 The test suite needs a small fixup with the qemu balloon patch applied.
 
 This patch applies on top of:
 qemu: Always enable the virtio balloon driver
 
 A small update to the qemuhelpdata test is required.  It must be told about 
 the
 new QEMUD_CMD_FLAG_BALLOON flag that will be turned on for 
 qemu-kvm-0.11.0-rc2.
 
 Signed-off-by: Adam Litke a...@us.ibm.com
 
 diff --git a/tests/qemuhelptest.c b/tests/qemuhelptest.c
 index a747da7..0a78b05 100644
 --- a/tests/qemuhelptest.c
 +++ b/tests/qemuhelptest.c
 @@ -179,7 +179,8 @@ mymain(int argc, char **argv)
  QEMUD_CMD_FLAG_0_10 |
  QEMUD_CMD_FLAG_PCIDEVICE |
  QEMUD_CMD_FLAG_MEM_PATH |
 -QEMUD_CMD_FLAG_ENABLE_KVM,
 +QEMUD_CMD_FLAG_ENABLE_KVM |
 +QEMUD_CMD_FLAG_BALLOON,
  10092, 1,  0);
  
  return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;

  Okay, I have pushed both patches together,

thanks,

Daniel

-- 
Daniel Veillard  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
dan...@veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/

--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] [PATCH] qemu: Update qemuhelpdata test with new flag

2010-01-05 Thread Adam Litke
The test suite needs a small fixup with the qemu balloon patch applied.

This patch applies on top of:
qemu: Always enable the virtio balloon driver

A small update to the qemuhelpdata test is required.  It must be told about the
new QEMUD_CMD_FLAG_BALLOON flag that will be turned on for qemu-kvm-0.11.0-rc2.

Signed-off-by: Adam Litke a...@us.ibm.com

diff --git a/tests/qemuhelptest.c b/tests/qemuhelptest.c
index a747da7..0a78b05 100644
--- a/tests/qemuhelptest.c
+++ b/tests/qemuhelptest.c
@@ -179,7 +179,8 @@ mymain(int argc, char **argv)
 QEMUD_CMD_FLAG_0_10 |
 QEMUD_CMD_FLAG_PCIDEVICE |
 QEMUD_CMD_FLAG_MEM_PATH |
-QEMUD_CMD_FLAG_ENABLE_KVM,
+QEMUD_CMD_FLAG_ENABLE_KVM |
+QEMUD_CMD_FLAG_BALLOON,
 10092, 1,  0);
 
 return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;


-- 
Thanks,
Adam

--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list