On 2011年12月22日 18:04, Michal Privoznik wrote:
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; }
Oops, Thanks for correcting my fault. -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list