]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Drop priv->job.dump_memory_only bool
authorJiri Denemark <jdenemar@redhat.com>
Wed, 4 Apr 2018 10:24:29 +0000 (12:24 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 17 Apr 2018 08:46:23 +0000 (10:46 +0200)
commitceb4ff664bc31b2a23b8e97a39e2173eea74e338
treed52f84f4cea346b6ca85c5d47d5e616a9c4c626d
parenta5bc7130f3acb47636aea45a27e068b315d2d618
qemu: Drop priv->job.dump_memory_only bool

We store the flags passed to the API which started QEMU_ASYNC_JOB_DUMP
and we can use them to check whether a memory-only dump is running.
There's no need for a specific bool flag.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_driver.c