1. 26 9月, 2008 1 次提交
  2. 02 7月, 2008 1 次提交
  3. 01 7月, 2008 1 次提交
  4. 29 6月, 2008 1 次提交
  5. 05 6月, 2008 3 次提交
  6. 04 6月, 2008 2 次提交
  7. 31 5月, 2008 2 次提交
  8. 29 5月, 2008 3 次提交
  9. 28 5月, 2008 1 次提交
  10. 26 5月, 2008 1 次提交
  11. 17 5月, 2008 1 次提交
  12. 13 5月, 2008 1 次提交
  13. 23 4月, 2008 1 次提交
    • A
      x86/x86-64 MMU PAE fixes · 0ba5f006
      aurel32 提交于
      This patch fixes MMU emulation in PAE mode for > 4GB physical addresses:
      - a20_mask should have the correct size to not clear the high part of
        the addresses.
      - PHYS_ADDR_MASK should not clear the high part of the addresses.
      - pdpe, pde and pte could be located anywhere in memory on x86-64, but
        only in the first 4GB on x86, define their pointer to as target_ulong.
      - pml4e_addr could be located anywhere in memory, define its pointer
        as uint64_t.
      - paddr represents a physical address and thus should be of type
        target_phys_addr_t.
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4239 c046a42c-6fe2-441c-8c8c-71466251a162
      0ba5f006
  14. 14 4月, 2008 1 次提交
  15. 09 4月, 2008 1 次提交
  16. 03 2月, 2008 1 次提交
  17. 15 11月, 2007 1 次提交
  18. 12 11月, 2007 1 次提交
  19. 10 11月, 2007 1 次提交
  20. 08 11月, 2007 2 次提交
  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. 28 9月, 2007 1 次提交
  23. 27 9月, 2007 1 次提交
  24. 23 9月, 2007 1 次提交
  25. 17 9月, 2007 2 次提交
  26. 12 7月, 2007 1 次提交
  27. 04 6月, 2007 1 次提交
  28. 04 4月, 2007 1 次提交
  29. 01 4月, 2007 1 次提交
  30. 06 2月, 2007 1 次提交
  31. 31 1月, 2007 1 次提交
  32. 23 12月, 2006 1 次提交