Re: [libvirt] [PATCH v1 07/15] qemu: Introduce basic skeleton for parsing firmware description

2019-03-05 Thread Laszlo Ersek
On 03/05/19 15:38, Michal Privoznik wrote: > On 2/28/19 10:31 AM, Laszlo Ersek wrote: >> On 02/27/19 11:04, Michal Privoznik wrote: >>> The firmware description is a JSON file which follows >>> specification from qemu.git/docs/interop/firmware.json. The >>> description file basically says: Firmware

Re: [libvirt] [PATCH v1 07/15] qemu: Introduce basic skeleton for parsing firmware description

2019-03-05 Thread Michal Privoznik
On 2/28/19 10:31 AM, Laszlo Ersek wrote: On 02/27/19 11:04, Michal Privoznik wrote: The firmware description is a JSON file which follows specification from qemu.git/docs/interop/firmware.json. The description file basically says: Firmware file X is {bios|uefi}, supports these targets and machin

Re: [libvirt] [PATCH v1 07/15] qemu: Introduce basic skeleton for parsing firmware description

2019-02-28 Thread Laszlo Ersek
On 02/27/19 11:04, Michal Privoznik wrote: > The firmware description is a JSON file which follows > specification from qemu.git/docs/interop/firmware.json. The > description file basically says: Firmware file X is {bios|uefi}, > supports these targets and machine types, requires these features > t

[libvirt] [PATCH v1 07/15] qemu: Introduce basic skeleton for parsing firmware description

2019-02-27 Thread Michal Privoznik
The firmware description is a JSON file which follows specification from qemu.git/docs/interop/firmware.json. The description file basically says: Firmware file X is {bios|uefi}, supports these targets and machine types, requires these features to be enabled on qemu cmd line and this is how you put