Re: [PATCH] qemu: honour user's nvram path when undefining VM

2022-02-23 Thread Michal Prívozník
On 2/23/22 14:01, Daniel P. Berrangé wrote: > When undefining a VM, we must optionally delete any NVRAM that might > exist. When using firmware auto-select we always check the generated > path, ignoring any user specified path. > > Signed-off-by: Daniel P. Berrangé > --- >

[PATCH] qemu: honour user's nvram path when undefining VM

2022-02-23 Thread Daniel P . Berrangé
When undefining a VM, we must optionally delete any NVRAM that might exist. When using firmware auto-select we always check the generated path, ignoring any user specified path. Signed-off-by: Daniel P. Berrangé --- src/qemu/qemu_driver.c | 7 +++ 1 file changed, 3 insertions(+), 4