[libvirt PATCH 0/4] qemu: make nvram creation more robust and enable recovery

Daniel P. Berrangé berrange at redhat.com
Mon Feb 7 12:37:06 UTC 2022



Daniel P. Berrangé (4):
  qemu: do crash safe creation of NVRAM file
  include: define constants for resetting NVRAM state
  qemu: wire up support for resetting NVRAM
  tools: add --reset-nvram arg to several virsh commands

 docs/manpages/virsh.rst                   | 21 ++++++++++++---
 include/libvirt/libvirt-domain-snapshot.h |  1 +
 include/libvirt/libvirt-domain.h          |  2 ++
 src/libvirt-domain.c                      | 16 ++++++++++++
 src/qemu/qemu_driver.c                    | 24 ++++++++++++-----
 src/qemu/qemu_process.c                   | 32 ++++++++++++++++++-----
 src/qemu/qemu_process.h                   |  1 +
 src/qemu/qemu_saveimage.c                 |  9 +++++--
 src/qemu/qemu_saveimage.h                 |  1 +
 src/qemu/qemu_snapshot.c                  |  6 ++++-
 tools/virsh-domain.c                      | 18 +++++++++++++
 tools/virsh-snapshot.c                    |  6 +++++
 12 files changed, 117 insertions(+), 20 deletions(-)

-- 
2.34.1





More information about the libvir-list mailing list