mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
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'.
This commit is contained in:
parent
7c7b194cf0
commit
269556e557
@ -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[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user