VirtualBox

Changeset 66318 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Mar 29, 2017 6:23:28 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
114247
Message:

VMM: Nested Hw.virt: Interrupt logic helpers for nested SVM.

File:
1 edited

Legend:

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

    r66301 r66318  
    154154VMM_INT_DECL(VBOXSTRICTRC)      HMSvmVmmcall(PVMCPU pVCpu, PCPUMCTX pCtx, bool *pfRipUpdated);
    155155VMM_INT_DECL(VBOXSTRICTRC)      HMSvmVmrun(PVMCPU pVCpu, PCPUMCTX pCtx, RTGCPHYS GCPhysVmcb);
    156 VMM_INT_DECL(int)               HMSvmNstGstGetInterrupt(PVMCPU pVCpu, PCCPUMCTX pCtx, uint8_t *pu8Interrupt);
    157 VMM_INT_DECL(bool)              HMSvmNstGstIsInterruptPending(PVMCPU pVCpu, PCCPUMCTX pCtx);
     156VMM_INT_DECL(int)               HMSvmNstGstGetInterrupt(PCCPUMCTX pCtx, uint8_t *pu8Interrupt);
     157VMM_INT_DECL(bool)              HMSvmNstGstIsInterruptPending(PCCPUMCTX pCtx);
    158158
    159159#ifndef IN_RC
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