]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu: Check for IA64 kvm
authorDustin Xiong <x_k_123@hotmail.com>
Thu, 18 Feb 2010 15:48:51 +0000 (10:48 -0500)
committerCole Robinson <crobinso@redhat.com>
Fri, 19 Feb 2010 15:56:06 +0000 (10:56 -0500)
ACPI feature bit dropped: I asked internally if the -no-acpi option
had any meaning for IA64, and was told 'probably not'.

src/qemu/qemu_conf.c

index aaec170ac70d755f9f3d80b26904d0eb7658137a..e3da08a56185e8bb21537512ac3b9ab618fa7039 100644 (file)
@@ -394,6 +394,7 @@ static const struct qemu_arch_info const arch_info_hvm[] = {
     {  "mipsel", 32, NULL, "qemu-system-mipsel", NULL, NULL, 0 },
     {  "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 },
 };
 
 static const struct qemu_arch_info const arch_info_xen[] = {