Re: [libvirt] [PATCH] qemu: Drop OVMF whitelist

2014-12-01 Thread Paolo Bonzini
On 19/11/2014 18:20, Michal Privoznik wrote: > As discussed on the upstream list, it's better not to make this > kind of predictions in libvirt. It may happen that qemu learns > how to enable OVMF on other architectures too and we shouldn't > try to chase that. > > Signed-off-by: Michal Privozni

Re: [libvirt] [PATCH] qemu: Drop OVMF whitelist

2014-11-19 Thread Daniel P. Berrange
On Wed, Nov 19, 2014 at 06:20:29PM +0100, Michal Privoznik wrote: > As discussed on the upstream list, it's better not to make this > kind of predictions in libvirt. It may happen that qemu learns > how to enable OVMF on other architectures too and we shouldn't > try to chase that. > > Signed-off-

[libvirt] [PATCH] qemu: Drop OVMF whitelist

2014-11-19 Thread Michal Privoznik
As discussed on the upstream list, it's better not to make this kind of predictions in libvirt. It may happen that qemu learns how to enable OVMF on other architectures too and we shouldn't try to chase that. Signed-off-by: Michal Privoznik --- src/qemu/qemu_capabilities.c | 9 +++-- src/qe