[libvirt] [PATCH v3 1/3] qemu: Improve error message for missing QEMU_CAPS_DEVICE_PANIC.

Andrea Bolognani abologna at redhat.com
Thu May 28 14:39:11 UTC 2015


---
 src/qemu/qemu_command.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c
index d8ce511..f39442b 100644
--- a/src/qemu/qemu_command.c
+++ b/src/qemu/qemu_command.c
@@ -10840,7 +10840,7 @@ qemuBuildCommandLine(virConnectPtr conn,
             }
         } else {
             virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
-                           _("your QEMU is too old to support pvpanic"));
+                           _("QEMU does not support the panic device"));
             goto error;
         }
     }
-- 
2.1.0




More information about the libvir-list mailing list