]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Extract snapshot related code to a separate file
authorPeter Krempa <pkrempa@redhat.com>
Wed, 15 Jul 2020 13:50:14 +0000 (15:50 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 24 Aug 2020 14:42:29 +0000 (16:42 +0200)
commitc501663a714f6a98aa3c830c1676808296ac4f76
tree06a9f8291ab803e3a6cdd6c55dec469917d7a7fc
parent2087894906ece6ef4e5e8f23fc177a8c8b332821
qemu: Extract snapshot related code to a separate file

We've dumped all the snapshot helpers and related code into
qemu_driver.c. It accounted for ~10% of overal size of qemu_driver.c.

Separate the code to qemu_snapshot.c/h.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
po/POTFILES.in
src/qemu/meson.build
src/qemu/qemu_driver.c
src/qemu/qemu_snapshot.c [new file with mode: 0644]
src/qemu/qemu_snapshot.h [new file with mode: 0644]