VirtualBox

Changeset 11764 in vbox


Ignore:
Timestamp:
Aug 28, 2008 2:28:50 PM (16 years ago)
Author:
vboxsync
Message:

Got rid of PAT cpuid feature hack. Properly fixed now.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/HWACCM.cpp

    r11705 r11764  
    524524                hwaccmr3DisableRawMode(pVM);
    525525
    526                 /* Clear the PAT feature; see #3026. */
    527                 CPUMClearGuestCpuIdFeature(pVM, CPUMCPUIDFEATURE_PAT);
    528 
    529526                CPUMSetGuestCpuIdFeature(pVM, CPUMCPUIDFEATURE_SEP);
    530527#ifdef VBOX_ENABLE_64_BITS_GUESTS
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r11748 r11764  
    20832083                        return VERR_EM_INTERPRETER; /* @todo generate #GP(0) */
    20842084                    }
    2085 
    2086                     CPUMSetGuestCpuIdFeature(pVM, CPUMCPUIDFEATURE_PAT);
    20872085                    msrEFER |= MSR_K6_EFER_LMA;
    20882086                }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette