qemu: Add qemu-system-s390x to the emulators list

This commit is contained in:
Matthias Bolte 2010-11-11 19:44:20 +01:00
parent 77e7c13b2e
commit f6d9a3e208

View 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[] = {