[libvirt] [PATCH] qemuhelptest: Add new qemuCap flag

Michal Privoznik mprivozn at redhat.com
Thu Dec 22 10:04:21 UTC 2011


Latest patch a1a83c587443 introduces new qemu capability flag
QEMU_CAPS_FSDEV_READONLY. However, it was missing in qemuhelptest
making test for qemu-1.0 fail.
---
Pushing under build-breaker rule.

 tests/qemuhelptest.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tests/qemuhelptest.c b/tests/qemuhelptest.c
index f31c903..60155e7 100644
--- a/tests/qemuhelptest.c
+++ b/tests/qemuhelptest.c
@@ -647,7 +647,8 @@ mymain(void)
             QEMU_CAPS_NO_SHUTDOWN,
             QEMU_CAPS_PCI_ROMBAR,
             QEMU_CAPS_ICH9_AHCI,
-            QEMU_CAPS_NO_ACPI);
+            QEMU_CAPS_NO_ACPI,
+            QEMU_CAPS_FSDEV_READONLY);
 
     return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
 }
-- 
1.7.3.4




More information about the libvir-list mailing list