1. 15 7月, 2013 1 次提交
  2. 10 7月, 2013 2 次提交
  3. 28 6月, 2013 2 次提交
  4. 26 6月, 2013 2 次提交
  5. 19 4月, 2013 1 次提交
    • J
      target-arm: port ARM CPU save/load to use VMState · 3cc1d208
      Juan Quintela 提交于
      Port the ARM CPU save/load code to use VMState. Some state is
      saved in a slightly different order to simplify things -- for
      example arrays are saved one after the other rather than 'striped',
      and we always save all 32 VFP registers even if the CPU happens
      to only have 16.
      
      Use one subsection for each feature.  This means that we don't need to
      bump the version field each time that a new feature gets introduced.
      Signed-off-by: NJuan Quintela <quintela@redhat.com>
      [PMM: fixed conflicts, updated to use cpu_class_set_vmsd(),  updated
       with new/removed fields since original patch, changed to use custom
       VMStateInfo for cpsr rather than presave/postload hooks, corrected
       subsection names so vmload doesn't fail]
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      3cc1d208
  6. 12 3月, 2013 2 次提交
  7. 16 2月, 2013 3 次提交
  8. 31 1月, 2013 1 次提交
  9. 28 1月, 2013 1 次提交
  10. 27 1月, 2013 1 次提交
  11. 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
  12. 11 1月, 2013 1 次提交
  13. 19 12月, 2012 1 次提交
  14. 12 7月, 2012 2 次提交
  15. 20 6月, 2012 15 次提交
  16. 27 4月, 2012 2 次提交
  17. 22 4月, 2012 2 次提交