1. 20 2月, 2014 2 次提交
  2. 17 10月, 2013 2 次提交
  3. 14 6月, 2013 3 次提交
  4. 12 6月, 2013 2 次提交
    • A
      dump: Drop qmp_dump_guest_memory() stub and build for all targets · 2a78636b
      Andreas Färber 提交于
      qmp_dump_guest_memory() calls dump_init() and returns an Error when
      cpu_get_dump_info() returns an error, as done by the stub.
      So there is no need to have a stub for qmp_dump_guest_memory().
      
      Enable the documentation of the always-present dump-guest-memory command.
      
      That way we can drop CONFIG_HAVE_CORE_DUMP and leave configure
      completely out of the picture for target CPU features.
      Signed-off-by: NAndreas Färber <afaerber@suse.de>
      2a78636b
    • A
      memory_mapping: Drop qemu_get_memory_mapping() stub · c22d8e04
      Andreas Färber 提交于
      dump.c:dump_init() never checked for the return code anyway.
      If paging is not enabled, it will fall back to an identity map.
      If paging is enabled and getting memory mapping list is not
      implemented, qemu_get_guest_memory_mapping() will return an error.
      
      Since the targets not implementing memory mapping also don't implement
      dump support, we will not reach this code today and can worry about
      changing cpu_paging_enabled() default when the need arises.
      
      This allows us to drop CONFIG_HAVE_GET_MEMORY_SUPPORT.
      Signed-off-by: NAndreas Färber <afaerber@suse.de>
      c22d8e04
  5. 11 6月, 2013 1 次提交
  6. 01 5月, 2013 1 次提交
  7. 27 4月, 2013 1 次提交
  8. 25 4月, 2013 1 次提交
  9. 18 4月, 2013 1 次提交
  10. 01 3月, 2013 1 次提交
  11. 18 2月, 2013 1 次提交
  12. 26 1月, 2013 1 次提交
  13. 13 1月, 2013 4 次提交
  14. 03 1月, 2013 1 次提交
  15. 22 12月, 2012 1 次提交
  16. 19 12月, 2012 2 次提交
  17. 17 12月, 2012 1 次提交
  18. 13 12月, 2012 1 次提交
  19. 29 11月, 2012 1 次提交
  20. 19 11月, 2012 1 次提交
  21. 06 10月, 2012 1 次提交
  22. 05 10月, 2012 1 次提交
  23. 16 9月, 2012 1 次提交
  24. 28 7月, 2012 1 次提交
  25. 29 6月, 2012 1 次提交
  26. 28 6月, 2012 1 次提交
  27. 24 6月, 2012 1 次提交
  28. 20 6月, 2012 1 次提交
  29. 11 6月, 2012 1 次提交
  30. 07 6月, 2012 2 次提交