Loading
qemu_xen: drop qemu-system-x86_64
Xen is very tightly integrated with qemu-system-i386; even on ARM, it's
the 32-bit x86 device model that's used. The actual architecture doesn't
matter, but Xen only security-supports i386-softmmu, so let's avoid
potentially unsupported configurations by skipping other architectures.
Signed-off-by:
Fernando Rodrigues <alpha@sigmasquadron.net>