]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: Support OVMF on armv7l aarch64 guests
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 19 Nov 2014 15:25:56 +0000 (16:25 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 19 Nov 2014 16:31:07 +0000 (17:31 +0100)
commit6d8054b68407a3385b33c867a425ad8278b0b8f0
treea240b933dce99b005800c895491856ca0bf9a1f6
parenteb9093763f59db1626f54b5e5c678d0c42290f45
qemu: Support OVMF on armv7l aarch64 guests

Currently, we are whitelisting architectures, that we know how to run
OVMF on. So far, only x86_64 was enabled. However, looking at qemu
code, the same commandline can be used to enable OVMF for armv7l and
aarch64.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_command.c