]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/sysemu/dump.h
dump-guest-memory: add "detach" support
[mirror_qemu.git] / include / sysemu / dump.h
index 1da3ddb617667a9953823043bfb55cc668ddd51c..06393c3f8f5505441965eb4efb05fd0a5c9b1698 100644 (file)
@@ -181,6 +181,7 @@ typedef struct DumpState {
 
     bool has_format;              /* whether format is provided */
     DumpGuestMemoryFormat format; /* valid only if has_format == true */
+    QemuThread dump_thread;       /* thread for detached dump */
 } DumpState;
 
 uint16_t cpu_to_dump16(DumpState *s, uint16_t val);