]> git.ipfire.org Git - thirdparty/libvirt.git/commit
capabilities: report full external snapshot support
authorPavel Hrdina <phrdina@redhat.com>
Thu, 24 Aug 2023 16:19:52 +0000 (18:19 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Thu, 24 Aug 2023 17:08:20 +0000 (19:08 +0200)
commitde71573bfec7f3acd22ec74794318de121716e21
tree9afd3185f19498729e49974ddc52cf2a2962616a
parentec642b1efebe6fa97338bae661cad9b48c7c6598
capabilities: report full external snapshot support

Now that deleting and reverting external snapshots is implemented we can
report that in capabilities so management applications can use that
information and start using external snapshots.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
14 files changed:
docs/formatcaps.rst
src/conf/capabilities.c
src/conf/capabilities.h
src/conf/schemas/capability.rng
src/qemu/qemu_capabilities.c
tests/qemucaps2xmloutdata/caps.aarch64+hvf.xml
tests/qemucaps2xmloutdata/caps.aarch64.xml
tests/qemucaps2xmloutdata/caps.ppc.xml
tests/qemucaps2xmloutdata/caps.ppc64.xml
tests/qemucaps2xmloutdata/caps.riscv64.xml
tests/qemucaps2xmloutdata/caps.s390x.xml
tests/qemucaps2xmloutdata/caps.sparc.xml
tests/qemucaps2xmloutdata/caps.x86_64+hvf.xml
tests/qemucaps2xmloutdata/caps.x86_64.xml