mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemu: Add qemu-system-s390x to the emulators list
This commit is contained in:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user