On Wed, Nov 19, 2014 at 04:30:22PM +0100, Michal Privoznik wrote: > 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 aarch64. > > Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> > --- > src/qemu/qemu_command.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c > index d2e6991..ca57e35 100644 > --- a/src/qemu/qemu_command.c > +++ b/src/qemu/qemu_command.c > @@ -7749,7 +7749,8 @@ qemuBuildDomainLoaderCommandLine(virCommandPtr cmd, > > case VIR_DOMAIN_LOADER_TYPE_PFLASH: > /* UEFI is supported only for x86_64 currently */ > - if (def->os.arch != VIR_ARCH_X86_64) { > + if (def->os.arch != VIR_ARCH_X86_64 && > + def->os.arch != VIR_ARCH_AARCH64) { > virReportError(VIR_ERR_CONFIG_UNSUPPORTED, > _("pflash is not supported for %s guest architecture"), > virArchToString(def->os.arch)); ACK Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :| -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list