• W
    qemu: implement qemu's dump-guest-memory · 6fe26d89
    Wen Congyang 提交于
    dump-guest-memory is a new dump mechanism, and it can work when the
    guest uses host devices. This patch adds a API to use this new
    monitor command.
    We will always use json mode if qemu's version is >= 0.15, so I
    don't implement the API for text mode.
    6fe26d89
qemu_monitor.c 78.5 KB