]> xenbits.xensource.com Git - libvirt.git/commit
qemu: snapshot: Allow internal snapshots with PFLASH nvram
authorPeter Krempa <pkrempa@redhat.com>
Tue, 1 Oct 2024 13:16:14 +0000 (15:16 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 9 Oct 2024 14:00:43 +0000 (16:00 +0200)
commitaa08a300487030311ff04a23216260c5117fd5a9
tree49d221974b93ea94a60423b1e003d9731ce31835
parent8be8b7de783ae6f140b9f8a3bf120dc21c3bfcb2
qemu: snapshot: Allow internal snapshots with PFLASH nvram

With the new snapshot QMP command we can select which block device
backend receives the VM state and thus the main issue with internal
snapshots with pflash was addressed.

Thus we can relax the check and allow snapshots if the pflash nvram is
on qcow2.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/qemu/qemu_snapshot.c