Re: [libvirt] [PATCH] qemu_capabilities: Put only unique FW images into domcaps

2019-09-30 Thread Andrea Bolognani
On Thu, 2019-09-12 at 15:31 +0200, Michal Privoznik wrote: > In the domain capabilities XML there are FW image paths printed. > There are two sources for the image paths (in order of > preference): > > 1) firmware descriptor files - as returned by > qemuFirmwareGetSupported() > > 2) a compi

Re: [libvirt] [PATCH] qemu_capabilities: Put only unique FW images into domcaps

2019-09-13 Thread Kashyap Chamarthy
On Thu, Sep 12, 2019 at 03:31:24PM +0200, Michal Privoznik wrote: > In the domain capabilities XML there are FW image paths printed. > There are two sources for the image paths (in order of > preference): > > 1) firmware descriptor files - as returned by > qemuFirmwareGetSupported() > > 2)

[libvirt] [PATCH] qemu_capabilities: Put only unique FW images into domcaps

2019-09-12 Thread Michal Privoznik
In the domain capabilities XML there are FW image paths printed. There are two sources for the image paths (in order of preference): 1) firmware descriptor files - as returned by qemuFirmwareGetSupported() 2) a compile time list of FW:NRAM pairs which can be overridden in qemu.conf If ei