Re: [libvirt PATCH 0/2] qemu: support stateless UEFI firmware

2022-07-29 Thread Andrea Bolognani
On Fri, Jul 22, 2022 at 05:23:15PM +0100, Daniel P. Berrangé wrote: > This is to enable SEV builds of UEFI which provide only a single CODE.fd > file, with not VARS.fd. This is a significant enough user-visible change that a NEWS entry for it would be warranted. -- Andrea Bolognani / Red Hat /

Re: [libvirt PATCH 0/2] qemu: support stateless UEFI firmware

2022-07-26 Thread Michal Prívozník
On 7/26/22 16:16, Daniel P. Berrangé wrote: > On Mon, Jul 25, 2022 at 03:40:41PM +0200, Michal Prívozník wrote: >> On 7/22/22 18:23, Daniel P. Berrangé wrote: >>> This is to enable SEV builds of UEFI which provide only a single CODE.fd >>> file, with not VARS.fd. >>> >>> Daniel P. Berrangé (2):

Re: [libvirt PATCH 0/2] qemu: support stateless UEFI firmware

2022-07-26 Thread Daniel P . Berrangé
On Mon, Jul 25, 2022 at 03:40:41PM +0200, Michal Prívozník wrote: > On 7/22/22 18:23, Daniel P. Berrangé wrote: > > This is to enable SEV builds of UEFI which provide only a single CODE.fd > > file, with not VARS.fd. > > > > Daniel P. Berrangé (2): > > conf: support stateless UEFI firmware > >

Re: [libvirt PATCH 0/2] qemu: support stateless UEFI firmware

2022-07-25 Thread Michal Prívozník
On 7/22/22 18:23, Daniel P. Berrangé wrote: > This is to enable SEV builds of UEFI which provide only a single CODE.fd > file, with not VARS.fd. > > Daniel P. Berrangé (2): > conf: support stateless UEFI firmware > qemu: support use of stateless EFI firmware > > docs/formatdomain.rst

[libvirt PATCH 0/2] qemu: support stateless UEFI firmware

2022-07-22 Thread Daniel P . Berrangé
This is to enable SEV builds of UEFI which provide only a single CODE.fd file, with not VARS.fd. Daniel P. Berrangé (2): conf: support stateless UEFI firmware qemu: support use of stateless EFI firmware docs/formatdomain.rst | 9 +++- src/conf/domain_conf.c