1. 20 1月, 2010 2 次提交
  2. 12 9月, 2009 1 次提交
  3. 28 7月, 2009 1 次提交
  4. 17 7月, 2009 1 次提交
  5. 22 6月, 2009 1 次提交
    • G
      Handle init/sipi in a main cpu exec loop. (v2) · b09ea7d5
      Gleb Natapov 提交于
      This should fix compilation problem in case of CONFIG_USER_ONLY.
      
      Currently INIT/SIPI is handled in the context of CPU that sends IPI.
      This patch changes this to handle them like all other events in a main
      cpu exec loop. When KVM will gain thread per vcpu capability it will
      be much more clear to handle those event by cpu thread itself and not
      modify one cpu's state from the context of the other.
      Signed-off-by: NGleb Natapov <gleb@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      b09ea7d5
  6. 25 4月, 2009 1 次提交
  7. 02 2月, 2009 1 次提交
  8. 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
  9. 05 1月, 2009 1 次提交
  10. 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
  11. 01 12月, 2008 1 次提交
  12. 26 11月, 2008 1 次提交
  13. 17 11月, 2008 1 次提交
  14. 30 8月, 2008 1 次提交
  15. 04 6月, 2008 2 次提交
  16. 29 5月, 2008 2 次提交
  17. 26 5月, 2008 1 次提交
  18. 17 5月, 2008 1 次提交
  19. 16 5月, 2008 1 次提交
  20. 13 5月, 2008 2 次提交
  21. 10 5月, 2008 1 次提交
  22. 14 4月, 2008 1 次提交
  23. 01 2月, 2008 1 次提交
  24. 10 12月, 2007 1 次提交
  25. 12 11月, 2007 1 次提交
  26. 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
  27. 23 9月, 2007 1 次提交
  28. 17 9月, 2007 2 次提交
  29. 26 6月, 2007 1 次提交
  30. 04 6月, 2007 2 次提交
  31. 25 9月, 2006 1 次提交
  32. 11 7月, 2006 1 次提交
  33. 04 5月, 2006 1 次提交
  34. 24 4月, 2006 1 次提交