VirtualBox

Changeset 66227 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Mar 23, 2017 2:50:07 PM (8 years ago)
Author:
vboxsync
Message:

VMM: Nested Hw.virt: Implement SVM VMRUN and #VMEXIT in IEM.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/CPUMInternal.mac

    r66040 r66227  
    231231    .Guest.abPadding          resb    12
    232232%endif
    233     .Guest.hwvirt.svm.uMsrHSavePa    resq    1
    234     .Guest.hwvirt.svm.GCPhysVmcb     resq    1
    235     .Guest.hwvirt.svm.VmcbCtrl       resb  256
    236     .Guest.hwvirt.svm.HostState      resb  184
    237     .Guest.hwvirt.svm.fGif           resb    1
     233    .Guest.hwvirt.svm.uMsrHSavePa       resq    1
     234    .Guest.hwvirt.svm.GCPhysVmcb        resq    1
     235    .Guest.hwvirt.svm.VmcbCtrl          resb  256
     236    .Guest.hwvirt.svm.HostState         resb  184
     237    .Guest.hwvirt.svm.fGif              resb    1
     238    .Guest.hwvirt.svm.abPadding0        resb    7
     239    .Guest.hwvirt.fLocalForcedActions   resd    1
    238240    alignb 64
    239241
     
    499501    .Hyper.abPadding          resb    12
    500502%endif
    501     .Hyper.hwvirt.svm.uMsrHSavePa    resq    1
    502     .Hyper.hwvirt.svm.GCPhysVmcb     resq    1
    503     .Hyper.hwvirt.svm.VmcbCtrl       resb  256
    504     .Hyper.hwvirt.svm.HostState      resb  184
    505     .Hyper.hwvirt.svm.fGif           resb    1
     503    .Hyper.hwvirt.svm.uMsrHSavePa       resq    1
     504    .Hyper.hwvirt.svm.GCPhysVmcb        resq    1
     505    .Hyper.hwvirt.svm.VmcbCtrl          resb  256
     506    .Hyper.hwvirt.svm.HostState         resb  184
     507    .Hyper.hwvirt.svm.fGif              resb    1
     508    .Hyper.hwvirt.svm.abPadding0        resb    7
     509    .Hyper.hwvirt.fLocalForcedActions   resd    1
    506510    alignb 64
    507511
  • trunk/src/VBox/VMM/include/HMInternal.h

    r65448 r66227  
    2828#include <VBox/vmm/pgm.h>
    2929#include <VBox/vmm/cpum.h>
     30#include <VBox/vmm/trpm.h>
    3031#include <iprt/memobj.h>
    3132#include <iprt/cpuset.h>
     
    11011102AssertCompileMemberAlignment(HMCPU, Event, 8);
    11021103
     1104VMM_INT_DECL(TRPMEVENT) HMSvmEventToTrpmEventType(PCSVMEVENT pSvmEvent);
    11031105
    11041106#ifdef IN_RING0
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