VirtualBox

Changeset 7498 in vbox


Ignore:
Timestamp:
Mar 19, 2008 10:49:21 AM (17 years ago)
Author:
vboxsync
Message:

Don't init hwaccm when using raw mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp

    r7496 r7498  
    449449        int     aRc[RTCPUSET_MAX_CPUS];
    450450        RTCPUID idCpu = 0;
     451
     452        /* Don't setup hwaccm as that might not work (vt-x & 64 bits raw mode) */
     453        if (enmNewHwAccmState == HWACCMSTATE_DISABLED)
     454            return VINF_SUCESS;
    451455
    452456        memset(aRc, 0, sizeof(aRc));
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