1. 05 6月, 2012 1 次提交
    • W
      introduce a new monitor command 'dump-guest-memory' to dump guest's memory · 783e9b48
      Wen Congyang 提交于
      The command's usage:
         dump-guest-memory [-p] protocol [begin] [length]
      The supported protocol can be file or fd:
      1. file: the protocol starts with "file:", and the following string is
         the file's path.
      2. fd: the protocol starts with "fd:", and the following string is the
         fd's name.
      
      Note:
        1. If you want to use gdb to process the core, please specify -p option.
           The reason why the -p option is not default is:
             a. guest machine in a catastrophic state can have corrupted memory,
                which we cannot trust.
             b. The guest machine can be in read-mode even if paging is enabled.
                For example: the guest machine uses ACPI to sleep, and ACPI sleep
                state goes in real-mode.
        2. If you don't want to dump all guest's memory, please specify the start
           physical address and the length.
      Signed-off-by: NWen Congyang <wency@cn.fujitsu.com>
      Signed-off-by: NLuiz Capitulino <lcapitulino@redhat.com>
      783e9b48
  2. 07 4月, 2012 1 次提交
  3. 25 3月, 2012 1 次提交
  4. 24 3月, 2012 1 次提交
  5. 11 9月, 2011 1 次提交
  6. 13 4月, 2011 1 次提交
  7. 07 3月, 2011 1 次提交
  8. 09 2月, 2011 1 次提交
  9. 29 7月, 2010 1 次提交
  10. 19 5月, 2010 1 次提交
  11. 07 2月, 2010 1 次提交
  12. 18 7月, 2009 1 次提交
  13. 16 6月, 2009 1 次提交
  14. 27 5月, 2009 1 次提交
  15. 07 9月, 2008 1 次提交
  16. 08 10月, 2007 1 次提交
  17. 17 9月, 2007 1 次提交
  18. 11 2月, 2007 1 次提交
  19. 31 7月, 2006 1 次提交
  20. 19 7月, 2006 1 次提交
  21. 02 7月, 2005 1 次提交
  22. 30 4月, 2003 2 次提交
  23. 08 4月, 2003 1 次提交
  24. 19 2月, 2003 2 次提交