[libvirt] [PATCH v3 0/3] qemu: Forbid internal snapshots with pflash-based firmware (OVMF)

Peter Krempa pkrempa at redhat.com
Fri Mar 24 13:05:39 UTC 2017


Patches 1 and 2 are new in the series and add an option to override the check so
that users can use the feature despite being unsafe.

See patch 3/3 for clarification of the motiovation to do this.

Peter Krempa (3):
  virerror: Introduce VIR_ERR_OPERATION_UNSAFE
  snapshot: Introduce flag VIR_DOMAIN_SNAPSHOT_CREATE_UNSAFE
  qemu: snapshot: Forbid internal snapshots with pflash firmware

 include/libvirt/libvirt-domain-snapshot.h |  3 +++
 include/libvirt/virterror.h               |  1 +
 src/qemu/qemu_driver.c                    | 18 +++++++++++++++++-
 src/util/virerror.c                       |  5 +++++
 tools/virsh-snapshot.c                    |  6 ++++++
 tools/virsh.pod                           |  6 +++++-
 6 files changed, 37 insertions(+), 2 deletions(-)

-- 
2.12.1




More information about the libvir-list mailing list