]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu: Add qemu-system-s390x to the emulators list
authorMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 11 Nov 2010 18:44:20 +0000 (19:44 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 12 Nov 2010 12:52:24 +0000 (13:52 +0100)
src/qemu/qemu_conf.c

index 9974cf4d971c99588f4df9b68225f4be495202c0..92797f1e5a928f45572066d37aae3b630e4543cd 100644 (file)
@@ -478,6 +478,7 @@ static const struct qemu_arch_info const arch_info_hvm[] = {
     {  "sparc",  32, NULL, "qemu-system-sparc",  NULL, NULL, 0 },
     {  "ppc",    32, NULL, "qemu-system-ppc",    NULL, NULL, 0 },
     {  "itanium", 64, NULL, "qemu-system-ia64",  NULL, NULL, 0 },
+    {  "s390x",  64, NULL, "qemu-system-s390x",  NULL, NULL, 0 },
 };
 
 static const struct qemu_arch_info const arch_info_xen[] = {