1. 16 1月, 2009 4 次提交
  2. 09 1月, 2009 2 次提交
  3. 08 1月, 2009 2 次提交
  4. 25 12月, 2008 1 次提交
  5. 23 12月, 2008 1 次提交
  6. 19 12月, 2008 1 次提交
  7. 18 12月, 2008 1 次提交
  8. 16 12月, 2008 1 次提交
  9. 11 12月, 2008 1 次提交
  10. 08 12月, 2008 1 次提交
  11. 05 12月, 2008 3 次提交
  12. 26 11月, 2008 1 次提交
    • A
      Revert r5636 to fix icount on hosts w/o high-res clocks · 357c692c
      aliguori 提交于
      Changeset r5636 changed the timers to run in the alarm callback.  The 
      alarm callback can only be called as frequently as the host alarm timer 
      fires.  For older Linux hosts and possibly non-Linux hosts, this can be 
      as high as a 1ms granularity.
      
      icount calculates the select timeout based on the next deadline and 
      select is usually capable of sleeping for a short period of time than 
      alarm timer granularity.  This means that changing the timer callbacks 
      to be based on alarm firing caused timers to fire much later than they 
      ought to when using icount.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5796 c046a42c-6fe2-441c-8c8c-71466251a162
      357c692c
  13. 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
  14. 16 11月, 2008 2 次提交
  15. 12 11月, 2008 2 次提交
  16. 11 11月, 2008 2 次提交
  17. 09 11月, 2008 1 次提交
  18. 08 11月, 2008 1 次提交
  19. 06 11月, 2008 6 次提交
  20. 01 11月, 2008 6 次提交