1. 16 9月, 2012 2 次提交
  2. 14 4月, 2012 1 次提交
  3. 15 3月, 2012 1 次提交
  4. 01 10月, 2011 1 次提交
  5. 07 8月, 2011 1 次提交
  6. 30 7月, 2011 1 次提交
    • B
      exec.h cleanup · 3e457172
      Blue Swirl 提交于
      Move softmmu_exec.h include directives from target-*/exec.h to
      target-*/op_helper.c. Move also various other stuff only used in
      op_helper.c there.
      
      Define global env in dyngen-exec.h.
      
      For i386, move wrappers for segment and FPU helpers from user-exec.c
      to op_helper.c. Implement raise_exception_err_env() to handle dynamic
      CPUState. Move the function declarations to cpu.h since they can be
      used outside of op_helper.c context.
      
      LM32, s390x, UniCore32: remove unused cpu_halted(), regs_to_env() and
      env_to_regs().
      
      ARM: make raise_exception() static.
      
      Convert
      #include "exec.h"
      to
      #include "cpu.h"
      #include "dyngen-exec.h"
      and remove now unused target-*/exec.h.
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      3e457172
  7. 27 6月, 2011 2 次提交
  8. 20 4月, 2011 1 次提交
  9. 17 7月, 2009 1 次提交
  10. 05 1月, 2009 1 次提交
  11. 13 12月, 2008 1 次提交
  12. 04 7月, 2008 1 次提交
  13. 25 5月, 2008 2 次提交
  14. 11 11月, 2007 1 次提交
  15. 29 10月, 2007 1 次提交
  16. 14 10月, 2007 1 次提交
    • J
      Replace is_user variable with mmu_idx in softmmu core, · 6ebbf390
      j_mayer 提交于
        allowing support of more than 2 mmu access modes.
      Add backward compatibility is_user variable in targets code when needed.
      Implement per target cpu_mmu_index function, avoiding duplicated code
        and #ifdef TARGET_xxx in softmmu core functions.
      Implement per target mmu modes definitions. As an example, add PowerPC
        hypervisor mode definition and Alpha executive and kernel modes definitions.
      Optimize PowerPC case, precomputing mmu_idx when MSR register changes
        and using the same definition in code translation code.
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3384 c046a42c-6fe2-441c-8c8c-71466251a162
      6ebbf390
  17. 17 9月, 2007 1 次提交
  18. 10 6月, 2007 1 次提交
  19. 03 6月, 2007 2 次提交
  20. 26 5月, 2007 1 次提交
  21. 24 5月, 2007 1 次提交