Re: [libvirt] [PATCH v2 0/4] domain capabilities: Expose firmware auto selection feature

2019-04-10 Thread Michal Privoznik
On 4/10/19 10:35 AM, Laszlo Ersek wrote: Hi, On 04/09/19 16:52, Michal Privoznik wrote: v2 of: https://www.redhat.com/archives/libvir-list/2019-April/msg00460.html diff to v1: - Expose 'secure' too - Switch to uint64_t for qemuFirmwareGetSupported() Michal Prívozník (4): qemu_firmware:

Re: [libvirt] [PATCH v2 0/4] domain capabilities: Expose firmware auto selection feature

2019-04-10 Thread Laszlo Ersek
Hi, On 04/09/19 16:52, Michal Privoznik wrote: > v2 of: > > https://www.redhat.com/archives/libvir-list/2019-April/msg00460.html > > diff to v1: > - Expose 'secure' too > - Switch to uint64_t for qemuFirmwareGetSupported() > > Michal Prívozník (4): > qemu_firmware: Separate firmware loading

[libvirt] [PATCH v2 0/4] domain capabilities: Expose firmware auto selection feature

2019-04-09 Thread Michal Privoznik
v2 of: https://www.redhat.com/archives/libvir-list/2019-April/msg00460.html diff to v1: - Expose 'secure' too - Switch to uint64_t for qemuFirmwareGetSupported() Michal Prívozník (4): qemu_firmware: Separate firmware loading into a function qemu_firmware: Separate machine and arch matching