1. 16 4月, 2007 4 次提交
  2. 14 4月, 2007 1 次提交
  3. 10 4月, 2007 1 次提交
  4. 07 4月, 2007 1 次提交
  5. 31 3月, 2007 3 次提交
  6. 30 3月, 2007 1 次提交
    • J
      New model for PowerPC CPU hardware interrupt events: · 47103572
      j_mayer 提交于
      move all PowerPC specific code into target-ppc/helper.c to avoid polluting
      the common code in cpu-exec.c. This makes implementation of new features
      (ie embedded PowerPC timers, critical interrupts, ...) easier.
      This also avoid hardcoding the IRQ callback in the OpenPIC controller,
      making it more easily reusable and allowing cascading.
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2542 c046a42c-6fe2-441c-8c8c-71466251a162
      47103572
  7. 23 3月, 2007 2 次提交
  8. 17 3月, 2007 1 次提交
    • J
      Make it safe to use 64 bits GPR and/or 64 bits host registers. · d9bce9d9
      j_mayer 提交于
      For "symetry", add 64 bits versions of all modified functions.
      As a side effect, add a lot of code provision for PowerPC 64 support.
      Move overflow and carry checks in common routines for simple cases.
      Add isel and popcntb instructions from PowerPC 2.03 specification.
      Remove remaining micro-operations helpers prototypes from op.c.
      Fix XER_BC field to be 7 bits long.
      Add power management support for PowerPC 603 & 604.
      Fix compilation warnings.
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2482 c046a42c-6fe2-441c-8c8c-71466251a162
      d9bce9d9
  9. 07 3月, 2007 1 次提交
    • J
      Great PowerPC emulation code resynchronisation and improvments: · 76a66253
      j_mayer 提交于
      - Add status file to make regression tracking easier
      - Move all micro-operations helpers definitions into a separate header:
        should never be seen outside of op.c
      - Update copyrights
      - Add new / missing PowerPC CPU definitions
      - Add definitions for PowerPC BookE
      - Add support for PowerPC 6xx/7xx software driven TLBs
        Allow use of PowerPC 603 as an example
      - Add preliminary code for POWER, POWER2, PowerPC 403, 405, 440, 601, 602
        and BookE support
      - Avoid compiling priviledged only resources support for user-mode emulation
      - Remove unused helpers / micro-ops / dead code
      - Add instructions usage statistics dump: useful to figure which instructions
        need strong optimizations.
      - Micro-operation fixes:
        * add missing RETURN in some micro-ops
        * fix prototypes
        * use softfloat routines for all floating-point operations
        * fix tlbie instruction
        * move some huge micro-operations into helpers
      - emulation fixes:
        * fix inverted opcodes for fcmpo / fcmpu
        * condition register update is always to be done after the whole
          instruction has completed
        * add missing NIP updates when calling helpers that may generate an
          exception
      - optimizations and improvments:
        * optimize very often used instructions (li, mr, rlwixx...)
        * remove specific micro-ops for rarely used instructions
        * add routines for addresses computations to avoid bugs due to multiple
          different implementations
        * fix TB linking: do not reset T0 at the end of every TB.
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2473 c046a42c-6fe2-441c-8c8c-71466251a162
      76a66253
  10. 06 1月, 2007 1 次提交
  11. 27 11月, 2005 1 次提交
  12. 24 11月, 2005 1 次提交
  13. 20 11月, 2005 1 次提交
  14. 31 10月, 2005 1 次提交
  15. 05 7月, 2005 1 次提交
  16. 03 7月, 2005 2 次提交
  17. 05 6月, 2005 1 次提交
  18. 14 3月, 2005 1 次提交
  19. 16 2月, 2005 1 次提交
  20. 09 2月, 2005 1 次提交
  21. 29 1月, 2005 1 次提交
  22. 04 1月, 2005 1 次提交
  23. 10 10月, 2004 1 次提交
  24. 03 10月, 2004 1 次提交
  25. 10 7月, 2004 1 次提交
  26. 22 6月, 2004 1 次提交
  27. 24 5月, 2004 1 次提交
  28. 21 5月, 2004 1 次提交
  29. 20 5月, 2004 1 次提交
  30. 27 4月, 2004 1 次提交
  31. 26 4月, 2004 1 次提交
  32. 13 4月, 2004 1 次提交
  33. 17 2月, 2004 1 次提交