From: Dustin Xiong Date: Thu, 18 Feb 2010 15:48:51 +0000 (-0500) Subject: qemu: Check for IA64 kvm X-Git-Tag: v0.7.7~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=269556e5571acf0dd7a83d3ef26fa9819ae47c7e;p=thirdparty%2Flibvirt.git qemu: Check for IA64 kvm ACPI feature bit dropped: I asked internally if the -no-acpi option had any meaning for IA64, and was told 'probably not'. --- diff --git a/src/qemu/qemu_conf.c b/src/qemu/qemu_conf.c index aaec170ac7..e3da08a561 100644 --- a/src/qemu/qemu_conf.c +++ b/src/qemu/qemu_conf.c @@ -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[] = {