mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-11 13:22:33 +00:00
vbox4: bring up all vCPUs
broken since latest upgrade to virtualbox 4.3.* Issue #2090
This commit is contained in:
parent
a7d04eefab
commit
d989046604
@ -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) { }
|
||||
|
@ -45,7 +45,6 @@ DUMMY(HMR3RestartPendingIOInstr)
|
||||
DUMMY(HMR3EnablePatching)
|
||||
DUMMY(HMR3DisablePatching)
|
||||
DUMMY(HMGetPaePdpes)
|
||||
DUMMY(HMR3ResetCpu)
|
||||
DUMMY(HMSetSingleInstruction)
|
||||
|
||||
DUMMY(IEMExecOne)
|
||||
|
Loading…
x
Reference in New Issue
Block a user