commit | 1b7a0f758bb3e49c8468fd2af75ebb215b26e6f4 | [log] [tgz] |
---|---|---|
author | Qiao Nuohan <[email protected]> | Thu Apr 17 16:15:07 2014 +0800 |
committer | Luiz Capitulino <[email protected]> | Fri Apr 25 11:18:33 2014 -0400 |
tree | f96d2007c6270575c7c254d5ebccd588888148ec | |
parent | c20499d9854e5d04710f17d577df65ed7c7aacf1 [diff] |
HMP: support specifying dump format for dump-guest-memory Dumping guest memory is available to specify the dump format now. This patch adds options '-z|-l|-s' to HMP command dump-guest-memory to specify dumping in kdump-compression format, with zlib/lzo/snappy compression. And without these options ELF format will be used. The discussion about this feature is here: http://lists.nongnu.org/archive/html/qemu-devel/2014-03/msg04235.html Signed-off-by: Qiao Nuohan <[email protected]> Suggested-by: Christian Borntraeger <[email protected]> Tested-by: Christian Borntraeger <[email protected]> (on s390x/kvm) Reviewed-by: Markus Armbruster <[email protected]> Signed-off-by: Luiz Capitulino <[email protected]>