VirtualBox

Changeset 72805 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Jul 3, 2018 4:05:43 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123348
Message:

VMM/HM: bugref:9193 Fixes honoring pending VMCPU_FF_HM_UPDATE_CR3 and VMCPU_FF_HM_UPDATE_PAE_PDPES
before re-entering guest execution with VT-x R0 code.
Avoid a couple of VMWRITES because we already have cache's of the values (CR4 Mask, CR0 mask).
Parameter cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/hm.h

    r72749 r72805  
    211211VMMR0_INT_DECL(int)             HMR0SetupVM(PVM pVM);
    212212VMMR0_INT_DECL(int)             HMR0RunGuestCode(PVM pVM, PVMCPU pVCpu);
    213 VMMR0_INT_DECL(int)             HMR0Enter(PVM pVM, PVMCPU pVCpu);
    214 VMMR0_INT_DECL(int)             HMR0EnterCpu(PVMCPU pVCpu);
     213VMMR0_INT_DECL(int)             HMR0Enter(PVMCPU pVCpu);
    215214VMMR0_INT_DECL(int)             HMR0LeaveCpu(PVMCPU pVCpu);
    216215VMMR0_INT_DECL(void)            HMR0ThreadCtxCallback(RTTHREADCTXEVENT enmEvent, void *pvUser);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette