1. 01 2月, 2013 1 次提交
  2. 21 1月, 2013 1 次提交
  3. 15 1月, 2013 1 次提交
    • A
      cpu: Move cpu_index field to CPUState · 55e5c285
      Andreas Färber 提交于
      Note that target-alpha accesses this field from TCG, now using a
      negative offset. Therefore the field is placed last in CPUState.
      
      Pass PowerPCCPU to [kvm]ppc_fixup_cpu() to facilitate this change.
      
      Move common parts of mips cpu_state_reset() to mips_cpu_reset().
      
      Acked-by: Richard Henderson <rth@twiddle.net> (for alpha)
      [AF: Rebased onto ppc CPU subclasses and openpic changes]
      Signed-off-by: NAndreas Färber <afaerber@suse.de>
      55e5c285
  4. 19 12月, 2012 5 次提交
  5. 16 12月, 2012 1 次提交
  6. 08 12月, 2012 3 次提交
  7. 17 11月, 2012 2 次提交
  8. 10 11月, 2012 1 次提交
  9. 09 11月, 2012 1 次提交
  10. 31 10月, 2012 1 次提交
  11. 28 10月, 2012 1 次提交
  12. 23 10月, 2012 1 次提交
    • A
      Rename target_phys_addr_t to hwaddr · a8170e5e
      Avi Kivity 提交于
      target_phys_addr_t is unwieldly, violates the C standard (_t suffixes are
      reserved) and its purpose doesn't match the name (most target_phys_addr_t
      addresses are not target specific).  Replace it with a finger-friendly,
      standards conformant hwaddr.
      
      Outstanding patchsets can be fixed up with the command
      
        git rebase -i --exec 'find -name "*.[ch]"
                              | xargs s/target_phys_addr_t/hwaddr/g' origin
      Signed-off-by: NAvi Kivity <avi@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      a8170e5e
  13. 19 10月, 2012 1 次提交
  14. 28 9月, 2012 1 次提交
  15. 16 9月, 2012 1 次提交
  16. 22 6月, 2012 1 次提交
  17. 07 6月, 2012 4 次提交
  18. 05 6月, 2012 2 次提交
  19. 04 6月, 2012 1 次提交
  20. 18 5月, 2012 1 次提交
  21. 24 4月, 2012 3 次提交
  22. 14 4月, 2012 1 次提交
  23. 12 4月, 2012 1 次提交
  24. 15 3月, 2012 4 次提交