From: Matthias Bolte Date: Thu, 11 Nov 2010 18:44:20 +0000 (+0100) Subject: qemu: Add qemu-system-s390x to the emulators list X-Git-Tag: v0.8.6~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6d9a3e2084d5b0a574de82ce8e809b07bc0314f;p=thirdparty%2Flibvirt.git qemu: Add qemu-system-s390x to the emulators list --- diff --git a/src/qemu/qemu_conf.c b/src/qemu/qemu_conf.c index 9974cf4d97..92797f1e5a 100644 --- a/src/qemu/qemu_conf.c +++ b/src/qemu/qemu_conf.c @@ -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[] = {