1. 29 10月, 2018 1 次提交
  2. 19 10月, 2018 4 次提交
  3. 24 8月, 2018 1 次提交
  4. 17 8月, 2018 2 次提交
  5. 04 5月, 2018 1 次提交
  6. 07 3月, 2018 1 次提交
  7. 26 2月, 2018 2 次提交
  8. 08 9月, 2017 1 次提交
  9. 14 7月, 2017 1 次提交
  10. 25 1月, 2017 1 次提交
  11. 12 7月, 2016 1 次提交
  12. 24 6月, 2016 1 次提交
  13. 14 6月, 2016 1 次提交
  14. 23 2月, 2016 1 次提交
    • P
      include: Clean up includes · 90ce6e26
      Peter Maydell 提交于
      Clean up includes so that osdep.h is included first and headers
      which it implies are not included manually.
      
      This commit was created with scripts/clean-includes.
      
      NB: If this commit breaks compilation for your out-of-tree
      patchseries or fork, then you need to make sure you add
      #include "qemu/osdep.h" to any new .c files that you have.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Reviewed-by: NEric Blake <eblake@redhat.com>
      90ce6e26
  15. 15 1月, 2016 1 次提交
  16. 25 9月, 2015 1 次提交
  17. 15 9月, 2015 1 次提交
  18. 27 5月, 2015 1 次提交
  19. 10 3月, 2015 1 次提交
  20. 30 9月, 2014 1 次提交
  21. 01 9月, 2014 1 次提交
  22. 16 6月, 2014 1 次提交
  23. 03 5月, 2014 1 次提交
  24. 30 11月, 2013 3 次提交
  25. 26 10月, 2013 1 次提交
    • A
      target-ppc: dump-guest-memory support · e62fbc54
      Aneesh Kumar K.V 提交于
      This patch add support for dumping guest memory using dump-guest-memory
      monitor command.
      
      Before patch:
      
      (qemu) dump-guest-memory testcrash
      this feature or command is not currently supported
      (qemu)
      
      After patch:
      
      (qemu) dump-guest-memory testcrash
      (qemu)
      
      crash was able to read the file
      
      crash> bt
      PID: 0      TASK: c000000000c0d0d0  CPU: 0   COMMAND: "swapper/0"
      
       R0:  0000000028000084    R1:  c000000000cafa50    R2:  c000000000cb05b0
       R3:  0000000000000000    R4:  c000000000bc4cb0    R5:  0000000000000000
       R6:  001efe93b8000000    R7:  0000000000000000    R8:  0000000000000000
       R9:  b000000000001032    R10: 0000000000000001    R11: 0001eb2117e00d55
      ....
      ...
      
      NOTE: Currently crash tools doesn't look at ELF notes in the dump on ppc64.
      Signed-off-by: NAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      e62fbc54
  26. 30 7月, 2013 1 次提交
  27. 12 6月, 2013 1 次提交
  28. 19 12月, 2012 1 次提交
  29. 28 7月, 2012 1 次提交
  30. 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
  31. 07 4月, 2012 1 次提交
  32. 25 3月, 2012 1 次提交
  33. 24 3月, 2012 1 次提交