On a Friday in 2022, Peter Krempa wrote:
Since we now have a full virStorageSource for storing the nvram path
we
don't need the extra dance of transfering the data into the 'pflash1'
*transferring
variable which was an intermediary solution to use -blockdev.
For now we keep it functionally identical to the previous impl.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_command.c | 14 +++++++++-----
src/qemu/qemu_domain.c | 12 ++----------
src/qemu/qemu_domain.h | 1 -
3 files changed, 11 insertions(+), 16 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano