1. 12 3月, 2013 2 次提交
  2. 05 3月, 2013 2 次提交
  3. 24 2月, 2013 1 次提交
  4. 16 2月, 2013 2 次提交
  5. 31 1月, 2013 1 次提交
  6. 27 1月, 2013 1 次提交
  7. 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
  8. 11 1月, 2013 1 次提交
  9. 19 12月, 2012 4 次提交
  10. 24 10月, 2012 1 次提交
  11. 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
  12. 16 9月, 2012 1 次提交
  13. 10 9月, 2012 1 次提交
  14. 10 8月, 2012 1 次提交
  15. 12 7月, 2012 10 次提交
  16. 20 6月, 2012 10 次提交