1. 25 4月, 2009 1 次提交
  2. 02 2月, 2009 1 次提交
  3. 15 1月, 2009 1 次提交
    • B
      Add noreturn function attribute · 7d99a001
      blueswir1 提交于
      Introduce noreturn attribute and attach it to cpu_loop_exit as well as
      interrupt/exception helpers for i386. This avoids a bunch of gcc4
      warnings.
      
      [ Note that this patch comes with a workaround to include qemu-common.h
      even in cases where is currently causes conflicts with dyngen-exec.h.
      I've been told that these conflicts will get resolved in the future
      (/me will try to have a look as well - as time permits). ]
      Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6303 c046a42c-6fe2-441c-8c8c-71466251a162
      7d99a001
  4. 05 1月, 2009 1 次提交
  5. 13 12月, 2008 1 次提交
    • B
      x86 cleanup · d9957a8b
      blueswir1 提交于
      Remove some unnecessary includes, add needed includes, move prototypes to
      cpu.h to suppress missing prototype warnings.
      
      Remove unused functions and prototypes (cpu_x86_flush_tlb, cpu_lock,
      cpu_unlock, restore_native_fp_state, save_native_fp_state).
      
      Make some functions and data static (f15rk, parity_table, rclw_table,
      rclb_table, raise_interrupt, fpu_raise_exception), they are not used
      outside op_helper.c anymore.
      
      Make some x86_64 and user only code conditional to avoid warnings.
      
      Document where each function is implemented in cpu.h and exec.h.
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6005 c046a42c-6fe2-441c-8c8c-71466251a162
      d9957a8b
  6. 01 12月, 2008 1 次提交
  7. 26 11月, 2008 1 次提交
  8. 17 11月, 2008 1 次提交
  9. 30 8月, 2008 1 次提交
  10. 04 6月, 2008 2 次提交
  11. 29 5月, 2008 2 次提交
  12. 26 5月, 2008 1 次提交
  13. 17 5月, 2008 1 次提交
  14. 16 5月, 2008 1 次提交
  15. 13 5月, 2008 2 次提交
  16. 10 5月, 2008 1 次提交
  17. 14 4月, 2008 1 次提交
  18. 01 2月, 2008 1 次提交
  19. 10 12月, 2007 1 次提交
  20. 12 11月, 2007 1 次提交
  21. 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
  22. 23 9月, 2007 1 次提交
  23. 17 9月, 2007 2 次提交
  24. 26 6月, 2007 1 次提交
  25. 04 6月, 2007 2 次提交
  26. 25 9月, 2006 1 次提交
  27. 11 7月, 2006 1 次提交
  28. 04 5月, 2006 1 次提交
  29. 24 4月, 2006 1 次提交
  30. 31 10月, 2005 1 次提交
  31. 24 7月, 2005 2 次提交
  32. 20 3月, 2005 1 次提交
  33. 14 3月, 2005 1 次提交
  34. 02 3月, 2005 1 次提交