]> Git Repo - qemu.git/commit - dump.c
dump-guest-memory: using static DumpState, add DumpStatus
authorPeter Xu <[email protected]>
Thu, 18 Feb 2016 05:16:48 +0000 (13:16 +0800)
committerPaolo Bonzini <[email protected]>
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 <[email protected]>
Reviewed-by: Fam Zheng <[email protected]>
Message-Id: <1455772616[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
dump.c
include/sysemu/dump.h
qapi-schema.json
This page took 0.02471 seconds and 4 git commands to generate.