VirtualBox

Changeset 78961 in vbox for trunk/src


Ignore:
Timestamp:
Jun 4, 2019 10:48:07 AM (6 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Nested VMX: bugref:9180 Comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r78960 r78961  
    1580815808    {
    1580915809        /*
    15810          * We shouldn't direct host physical NMIs to the nested-guest.
     15810         * Physical NMIs:
     15811         *    We shouldn't direct host physical NMIs to the nested-guest. Dispatch it to the
     15812         *    host.
    1581115813         */
    1581215814        case VMX_EXIT_INT_INFO_TYPE_NMI:
    1581315815            return hmR0VmxExitHostNmi(pVCpu);
    1581415816
     15817        /*
     15818         * Hardware exceptions,
     15819         * Software exceptions:
     15820         * Privileged software exceptions:
     15821         *    Figure out if the exception must be delivered to the guest or the nested-guest.
     15822         */
    1581515823        case VMX_EXIT_INT_INFO_TYPE_HW_XCPT:
    1581615824        {
     
    1583615844        /*
    1583715845         * External interrupts:
    15838          *    This should only happen when "acknowledge external interrupts on VM-exit" control is set.
    15839          *    However, we don't set it when executing guests or nested-guests. For nested-guests it is
    15840          *    emulated while injecting interrupts into the guest.
     15846         *    This should only happen when "acknowledge external interrupts on VM-exit"
     15847         *    control is set. However, we don't set it when executing guests or
     15848         *    nested-guests. For nested-guests it is emulated while injecting interrupts into
     15849         *    the guest.
    1584115850         *
    1584215851         * Software interrupts:
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