VirtualBox

Changeset 48227 in vbox for trunk/src/VBox/VMM/VMMRZ


Ignore:
Timestamp:
Sep 2, 2013 11:54:23 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88620
Message:

VMM: Ensure longjmps after hmR0[Vmx|Svm]LeaveSession() don't happen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp

    r45330 r48227  
    214214}
    215215
     216
     217/**
     218 * Checks whether there is a ring-0 callback notification active.
     219 *
     220 * @param   pVCpu   Pointer to the VMCPU.
     221 * @returns true if there the notification is active, false otherwise.
     222 */
     223VMMRZDECL(bool) VMMRZCallRing3IsNotificationSet(PVMCPU pVCpu)
     224{
     225    return !(pVCpu->vmm.s.pfnCallRing3CallbackR0 == NULL);
     226}
     227
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