VirtualBox

Changeset 30181 in vbox for trunk/src


Ignore:
Timestamp:
Jun 14, 2010 2:14:33 PM (15 years ago)
Author:
vboxsync
Message:

Allow 64-bit SMP guests on 32-bit hosts

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

Legend:

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

    r30180 r30181  
    28602860    RTHCUINTREG     uOldEFlags;
    28612861
    2862     /* @todo This code is not guest SMP safe (hyper stack and switchers) */
    2863     AssertReturn(pVM->cCpus == 1, VERR_TOO_MANY_CPUS);
    28642862    Assert(pfnHandler);
    28652863
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r30180 r30181  
    45834583    RTHCUINTREG     uOldEFlags;
    45844584
    4585     /* @todo This code is not guest SMP safe (hyper stack and switchers) */
    4586     AssertReturn(pVM->cCpus == 1, VERR_TOO_MANY_CPUS);
    45874585    AssertReturn(pVM->hwaccm.s.pfnHost32ToGuest64R0, VERR_INTERNAL_ERROR);
    45884586    Assert(pfnHandler);
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