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

Daniel P. Berrangé posted 4 patches 2 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220207123711.1042287-1-berrange@redhat.com
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(-)
[libvirt PATCH 0/4] qemu: make nvram creation more robust and enable recovery
Posted by Daniel P. Berrangé 2 years, 2 months ago

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


Re: [libvirt PATCH 0/4] qemu: make nvram creation more robust and enable recovery
Posted by Ján Tomko 2 years, 2 months ago
On a Monday in 2022, Daniel P. Berrangé wrote:
>
>
>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(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano