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);
> +
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-