]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Adjust doCoreDump to call getCompressionType
authorJohn Ferlan <jferlan@redhat.com>
Tue, 13 Sep 2016 13:24:48 +0000 (09:24 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 26 Sep 2016 11:44:42 +0000 (07:44 -0400)
commit6994815467f4c677e5d9720911c21788c969c7de
tree4c13b27f2054adc1e97f0f91970ef2c620c08499
parentabaa86f9ab34c75d51429ef01830518060175cb6
qemu: Adjust doCoreDump to call getCompressionType

Rather than calling getCompressionType from each of the callers, just call
it from doCoreDump.  A subsequent patch will be adjust the code even more.
src/qemu/qemu_driver.c