VirtualBox

Changeset 14888 in vbox for trunk/src


Ignore:
Timestamp:
Dec 2, 2008 10:36:00 AM (16 years ago)
Author:
vboxsync
Message:

Small update

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

Legend:

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

    r14887 r14888  
    330330
    331331#else  /* !RT_OS_DARWIN */
    332 
    333         /* Invert the selection */
    334         pVM->hwaccm.s.fAllowed ^= 1;
    335         LogRel(("HWACCMR3InitFinalize: new HWACCM status = %s\n", pVM->hwaccm.s.fAllowed ? "enabled" : "disabled"));
    336332
    337333        if (pVM->hwaccm.s.fAllowed)
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r14875 r14888  
    34503450    /* @todo This code is not guest SMP safe (hyper context) */
    34513451    AssertReturn(pVM->cCPUs == 1, VERR_ACCESS_DENIED);
     3452    AssertReturn(pVM->hwaccm.s.pfnHost32ToGuest64R0, VERR_INTERNAL_ERROR);
    34523453
    34533454    pCpu = HWACCMR0GetCurrentCpuEx(pVCpu->idCpu);
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