vbox4: bring up all vCPUs

broken since latest upgrade to virtualbox 4.3.*

Issue #2090
This commit is contained in:
Alexander Boettcher 2016-09-21 11:50:03 +02:00 committed by Christian Helmuth
parent a7d04eefab
commit d989046604
2 changed files with 3 additions and 1 deletions

View File

@ -152,3 +152,6 @@ VMMR3DECL(bool) HMR3CanExecuteGuest(PVM pVM, PCPUMCTX pCtx)
VMM_INT_DECL(int) HMFlushTLB(PVMCPU pVCpu) { return VINF_SUCCESS; }
void HMR3ResetCpu(PVMCPU pVCpu) { }

View File

@ -45,7 +45,6 @@ DUMMY(HMR3RestartPendingIOInstr)
DUMMY(HMR3EnablePatching)
DUMMY(HMR3DisablePatching)
DUMMY(HMGetPaePdpes)
DUMMY(HMR3ResetCpu)
DUMMY(HMSetSingleInstruction)
DUMMY(IEMExecOne)