1. 29 9月, 2008 1 次提交
    • P
      My core2duo patch introduced a vague statement of "missing features" in · 558fa836
      pbrook 提交于
      the CPUID specification. This patch addresses this by specifying exactly 
      what is missing.
      While going along the missing CPUID entries I also stumbled across 
      invalid and missing CPUID #defines while comparing them to the Intel 
      Documentation. This patch also addresses these. I found them too minor 
      to split them up in a separate patch.
      
      Furthermore I looked through CPUID functions > 5 and realized that it 
      should be safe to bump the level to 10. I tried booting Linux with that 
      and it worked fine.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5350 c046a42c-6fe2-441c-8c8c-71466251a162
      558fa836
  2. 27 9月, 2008 1 次提交
  3. 26 9月, 2008 3 次提交
  4. 02 7月, 2008 1 次提交
  5. 01 7月, 2008 1 次提交
  6. 29 6月, 2008 1 次提交
  7. 05 6月, 2008 3 次提交
  8. 04 6月, 2008 2 次提交
  9. 31 5月, 2008 2 次提交
  10. 29 5月, 2008 3 次提交
  11. 28 5月, 2008 1 次提交
  12. 26 5月, 2008 1 次提交
  13. 17 5月, 2008 1 次提交
  14. 13 5月, 2008 1 次提交
  15. 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
  16. 14 4月, 2008 1 次提交
  17. 09 4月, 2008 1 次提交
  18. 03 2月, 2008 1 次提交
  19. 15 11月, 2007 1 次提交
  20. 12 11月, 2007 1 次提交
  21. 10 11月, 2007 1 次提交
  22. 08 11月, 2007 2 次提交
  23. 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
  24. 28 9月, 2007 1 次提交
  25. 27 9月, 2007 1 次提交
  26. 23 9月, 2007 1 次提交
  27. 17 9月, 2007 2 次提交
  28. 12 7月, 2007 1 次提交
  29. 04 6月, 2007 1 次提交
  30. 04 4月, 2007 1 次提交