VirtualBox

Changeset 77712 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Mar 15, 2019 6:44:10 AM (6 years ago)
Author:
vboxsync
Message:

VMM/CPUM: Nested VMX: bugref:9180 CPUM helper for figuring out blocking of NMIs (and virtual-NMIs).

File:
1 edited

Legend:

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

    r77522 r77712  
    21072107    return pCtx->hwvirt.vmx.CTX_SUFF(pVmcs)->u64AddrApicAccess.u;
    21082108}
    2109 
    21102109# endif /* !IN_RC */
    21112110
     
    22672266} CPUMINTERRUPTIBILITY;
    22682267
    2269 /**
    2270  * Calculates the interruptiblity of the guest.
    2271  *
    2272  * @returns Interruptibility level.
    2273  * @param   pVCpu               The cross context virtual CPU structure.
    2274  */
    22752268VMM_INT_DECL(CPUMINTERRUPTIBILITY) CPUMGetGuestInterruptibility(PVMCPU pVCpu);
     2269VMM_INT_DECL(bool)                 CPUMIsGuestNmiBlocking(PVMCPU pVCpu);
    22762270
    22772271
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