VirtualBox

Changeset 12707 in vbox for trunk/src


Ignore:
Timestamp:
Sep 25, 2008 9:08:00 AM (16 years ago)
Author:
vboxsync
Message:

Disabled vmm heap usage for VT-x. (failures otherwise in svn head)

File:
1 edited

Legend:

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

    r12702 r12707  
    521521            pVM->hwaccm.s.fInitialized = true;
    522522
     523#ifdef VBOX_WITH_VMMDEV_HEAP
    523524            /* Allocate one page for the TSS we need for real mode emulation. */
    524525            rc = PDMR3VMMDevHeapAlloc(pVM, sizeof(*pVM->hwaccm.s.vmx.pRealModeTSS), (RTR3PTR *)&pVM->hwaccm.s.vmx.pRealModeTSS);
     
    533534            /* Bit set to 0 means redirection enabled. */
    534535            memset(pVM->hwaccm.s.vmx.pRealModeTSS->IntRedirBitmap, 0x0, sizeof(pVM->hwaccm.s.vmx.pRealModeTSS->IntRedirBitmap));
     536#endif
    535537
    536538            rc = SUPCallVMMR0Ex(pVM->pVMR0, VMMR0_DO_HWACC_SETUP_VM, 0, NULL);
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