Re: [libvirt] [PATCH v2 14/15] qemu: Enable firmware autoselection

2019-03-11 Thread Daniel P . Berrangé
On Thu, Mar 07, 2019 at 10:29:24AM +0100, Michal Privoznik wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1564270 > > Now that everything is prepared for qemu driver we can enable > parser feature to allow users define such domains. > > Signed-off-by: Michal Privoznik > --- > src/qemu/qem

[libvirt] [PATCH v2 14/15] qemu: Enable firmware autoselection

2019-03-07 Thread Michal Privoznik
https://bugzilla.redhat.com/show_bug.cgi?id=1564270 Now that everything is prepared for qemu driver we can enable parser feature to allow users define such domains. Signed-off-by: Michal Privoznik --- src/qemu/qemu_domain.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/s