Re: [libvirt] [PATCH] qemu: command: Allow UEFI for non-x86

2014-10-22 Thread Laszlo Ersek
On 10/15/14 15:55, Michal Privoznik wrote: On 14.10.2014 09:42, Cole Robinson wrote: It's supported on aarch64 and armv7l as well, so just drop the restriction entirely since it doesn't add much. --- src/qemu/qemu_command.c | 8 1 file changed, 8 deletions(-) diff --git

Re: [libvirt] [PATCH] qemu: command: Allow UEFI for non-x86

2014-10-15 Thread Michal Privoznik
On 14.10.2014 09:42, Cole Robinson wrote: It's supported on aarch64 and armv7l as well, so just drop the restriction entirely since it doesn't add much. --- src/qemu/qemu_command.c | 8 1 file changed, 8 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c

[libvirt] [PATCH] qemu: command: Allow UEFI for non-x86

2014-10-14 Thread Cole Robinson
It's supported on aarch64 and armv7l as well, so just drop the restriction entirely since it doesn't add much. --- src/qemu/qemu_command.c | 8 1 file changed, 8 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 8cb0865..2872e47 100644 ---