From 6da91758d70de7a7171120c80b04ef1e841082e8 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Thu, 22 Dec 2011 11:00:05 +0100 Subject: [PATCH] qemuhelptest: Add new qemuCap flag 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. --- tests/qemuhelptest.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/qemuhelptest.c b/tests/qemuhelptest.c index f31c9037ff..60155e7412 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; } -- 2.47.2