- Timestamp:
- Jun 14, 2010 2:14:33 PM (15 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r30180 r30181 2860 2860 RTHCUINTREG uOldEFlags; 2861 2861 2862 /* @todo This code is not guest SMP safe (hyper stack and switchers) */2863 AssertReturn(pVM->cCpus == 1, VERR_TOO_MANY_CPUS);2864 2862 Assert(pfnHandler); 2865 2863 -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r30180 r30181 4583 4583 RTHCUINTREG uOldEFlags; 4584 4584 4585 /* @todo This code is not guest SMP safe (hyper stack and switchers) */4586 AssertReturn(pVM->cCpus == 1, VERR_TOO_MANY_CPUS);4587 4585 AssertReturn(pVM->hwaccm.s.pfnHost32ToGuest64R0, VERR_INTERNAL_ERROR); 4588 4586 Assert(pfnHandler);
Note:
See TracChangeset
for help on using the changeset viewer.