Re: [libvirt PATCH 2/2] qemu: support use of stateless EFI firmware

2022-07-29 Thread Andrea Bolognani
On Fri, Jul 22, 2022 at 05:23:17PM +0100, Daniel P. Berrangé wrote: > VIR_DEBUG("decided on firmware '%s' template '%s' NVRAM '%s'", >def->os.loader->path, > - def->os.loader->nvramTemplate, > - def->os.loader->nvram->path); > +

[libvirt PATCH 2/2] qemu: support use of stateless EFI firmware

2022-07-22 Thread Daniel P . Berrangé
When the attribute is set, the QEMU driver needs to do three things - Avoid looking for an NVRAM template - Avoid auto-populating an path - Find firmware descriptors with mode=stateless instead of mode=split Note, the first thing happens automatically when we solve the second thing. Signed-