Re: [libvirt] [PATCH] qemu: Use AAVMF as UEFI default on ARMs

2014-12-01 Thread Paolo Bonzini
On 01/12/2014 16:44, Cole Robinson wrote: >> >> >> -#define VIR_QEMU_LOADER_FILE_PATH "/usr/share/OVMF/OVMF_CODE.fd" >> -#define VIR_QEMU_NVRAM_FILE_PATH "/usr/share/OVMF/OVMF_VARS.fd" >> +#if defined(__arm__) || defined(__aarch64__) >> +# define VIR_QEMU_LOADER_FILE_PATH "/usr/share/AAVMF/AAVMF_

Re: [libvirt] [PATCH] qemu: Use AAVMF as UEFI default on ARMs

2014-12-01 Thread Cole Robinson
On 12/01/2014 07:48 AM, Michal Privoznik wrote: One of the things I've spotted while playing with OVMF is, that on different architectures the OVMF firmware has different names. Like arm and aarch64: it's AAVMF_{CODE,VARS}.fd. We should reflect that. Signed-off-by: Michal Privoznik --- src/qe

[libvirt] [PATCH] qemu: Use AAVMF as UEFI default on ARMs

2014-12-01 Thread Michal Privoznik
One of the things I've spotted while playing with OVMF is, that on different architectures the OVMF firmware has different names. Like arm and aarch64: it's AAVMF_{CODE,VARS}.fd. We should reflect that. Signed-off-by: Michal Privoznik --- src/qemu/qemu.conf | 5 - src/qemu/qemu_conf.c | 9