1. 05 6月, 2012 1 次提交
  2. 15 3月, 2012 1 次提交
  3. 21 1月, 2011 1 次提交
  4. 18 9月, 2010 1 次提交
  5. 16 6月, 2010 1 次提交
  6. 30 3月, 2010 1 次提交
  7. 13 3月, 2009 1 次提交
    • A
      Guest debugging support for KVM (Jan Kiszka) · e22a25c9
      aliguori 提交于
      This is a backport of the guest debugging support for the KVM
      accelerator that is now part of the KVM tree. It implements the reworked
      KVM kernel API for guest debugging (KVM_CAP_SET_GUEST_DEBUG) which is
      not yet part of any mainline kernel but will probably be 2.6.30 stuff.
      So far supported is x86, but PPC is expected to catch up soon.
      
      Core features are:
       - unlimited soft-breakpoints via code patching
       - hardware-assisted x86 breakpoints and watchpoints
      
      Changes in this version:
       - use generic hook cpu_synchronize_state to transfer registers between
         user space and kvm
       - push kvm_sw_breakpoints into KVMState
      Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6825 c046a42c-6fe2-441c-8c8c-71466251a162
      e22a25c9
  8. 19 12月, 2008 2 次提交
  9. 19 11月, 2008 1 次提交
    • A
      gdbstub: manage CPUs as threads (Jan Kiszka) · 880a7578
      aliguori 提交于
      This patch enhances QEMU's built-in debugger for SMP guest debugging.
      Using the thread support of the gdb remote protocol, each VCPU is mapped
      on a pseudo thread and exposed to the gdb frontend. This way you can
      easy switch the focus of gdb between the VCPUs and observe their states.
      On breakpoint hit, the focus is automatically adjusted just as for
      normal multi-threaded application under gdb control.
      
      Furthermore, the patch propagates breakpoint and watchpoint insertions
      or removals to all CPUs, not just the current one as it was the case so
      far. Without this, SMP guest debugging was practically unfeasible.
      Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5743 c046a42c-6fe2-441c-8c8c-71466251a162
      880a7578
  10. 12 10月, 2008 1 次提交
  11. 14 9月, 2008 1 次提交
  12. 22 2月, 2007 1 次提交
  13. 06 2月, 2007 1 次提交
  14. 28 1月, 2007 2 次提交
  15. 27 4月, 2005 1 次提交
  16. 18 4月, 2005 1 次提交