Re: [PATCH v4 09/13] qemuFirmwareFillDomain: Don't fill in firmware for network backed nvram

2022-06-03 Thread Ján Tomko
On a Friday in 2022, Peter Krempa wrote: Prepare for network backed nvram by refusing the reset of nvram on boot and don't check whether it exists. We will not support filling it from a template. Signed-off-by: Peter Krempa --- src/qemu/qemu_firmware.c | 20 1 file changed,

[PATCH v4 09/13] qemuFirmwareFillDomain: Don't fill in firmware for network backed nvram

2022-06-03 Thread Peter Krempa
Prepare for network backed nvram by refusing the reset of nvram on boot and don't check whether it exists. We will not support filling it from a template. Signed-off-by: Peter Krempa --- src/qemu/qemu_firmware.c | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --