]> git.proxmox.com Git - mirror_qemu.git/commit - dump.c
dump-guest-memory: using static DumpState, add DumpStatus
authorPeter Xu <peterx@redhat.com>
Thu, 18 Feb 2016 05:16:48 +0000 (13:16 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 22 Feb 2016 17:40:28 +0000 (18:40 +0100)
commitbaf28f57e2dec63eebfcd3c00f8d4dea9fcde21e
tree2088ad90aae51eb151f5b46eac3795962ce5dd4f
parent228de9cf1d9607d7eb73445c1656cc3834826606
dump-guest-memory: using static DumpState, add DumpStatus

Instead of malloc/free each time for DumpState, make it
static. Added DumpStatus to show status for dump.

This is to be used for detached dump.

Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Message-Id: <1455772616-8668-4-git-send-email-peterx@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
dump.c
include/sysemu/dump.h
qapi-schema.json