1. 19 11月, 2008 2 次提交
  2. 06 10月, 2008 1 次提交
  3. 03 10月, 2008 1 次提交
  4. 14 9月, 2008 1 次提交
  5. 04 7月, 2008 1 次提交
  6. 29 6月, 2008 1 次提交
  7. 09 6月, 2008 1 次提交
    • P
      Clean up MMIO TLB handling. · 0f459d16
      pbrook 提交于
      The IO index is now stored in its own field, instead of being wedged
      into the vaddr field.  This eliminates the ROMD and watchpoint host
      pointer weirdness.  The IO index space is expanded by 1 bit, and
      several additional bits are made available in the TLB vaddr field.
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4704 c046a42c-6fe2-441c-8c8c-71466251a162
      0f459d16
  8. 28 5月, 2008 1 次提交
  9. 25 5月, 2008 1 次提交
  10. 23 5月, 2008 1 次提交
  11. 18 5月, 2008 1 次提交
    • E
      Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel). · 7d03f82f
      edgar_igl 提交于
      Implement the 'k' gdbserial packet which kills the qemu instance via
      the debugger stub.
      
      Implement the 'D' detach packet for the gdb stub such that you can
      disconnect gdb with the "detach" command.  This required implementing
      a cpu_breakpoint_remove_all() and a cpu_watchpoint_remove_all()
      function to cleanup all the breakpoints and watchpoints prior to
      leaving the gdb stub else simulation can stop with no debugger
      attached.
      
      On a '?' packet remove all the breakpoints and watchpoints.  This is
      considered more of a safety net in case you force killed gdb or it
      crashed and you are reconnecting.  The identical behavior exists for
      kgdb in the linux kernel.
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4478 c046a42c-6fe2-441c-8c8c-71466251a162
      7d03f82f
  12. 12 5月, 2008 1 次提交
  13. 10 5月, 2008 2 次提交
  14. 09 5月, 2008 1 次提交
  15. 28 4月, 2008 1 次提交
  16. 23 4月, 2008 2 次提交
  17. 14 4月, 2008 1 次提交
  18. 13 4月, 2008 1 次提交
  19. 14 3月, 2008 1 次提交
    • A
      Use float32/64 instead of float/double · 0ca9d380
      aurel32 提交于
      The patch below uses the float32 and float64 types instead of the float
      and double types in the PPC code. This doesn't change anything when
      using softfloat-native as the types are the same, but that helps
      compiling the PPC target with softfloat.
      
      It also defines a new union CPU_FloatU in addition to CPU_DoubleU, and
      use them instead of identical unions that are defined in numerous
      places.
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4047 c046a42c-6fe2-441c-8c8c-71466251a162
      0ca9d380
  20. 02 2月, 2008 1 次提交
  21. 01 2月, 2008 1 次提交
  22. 24 1月, 2008 1 次提交
  23. 02 1月, 2008 1 次提交
  24. 12 12月, 2007 1 次提交
  25. 26 11月, 2007 1 次提交
  26. 14 11月, 2007 1 次提交
  27. 03 11月, 2007 1 次提交
  28. 23 9月, 2007 1 次提交
  29. 17 9月, 2007 1 次提交
  30. 30 7月, 2007 1 次提交
  31. 04 6月, 2007 1 次提交
  32. 27 5月, 2007 1 次提交
  33. 09 5月, 2007 1 次提交
  34. 06 5月, 2007 1 次提交
  35. 01 5月, 2007 1 次提交
  36. 17 4月, 2007 1 次提交
  37. 07 4月, 2007 1 次提交