VirtualBox

Ignore:
Timestamp:
Jul 3, 2019 5:24:41 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131750
Message:

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

File:
1 edited

Legend:

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

    r79485 r79486  
    13891389         * never executed before, flag that we need to export the host state before executing
    13901390         * guest/nested-guest code using hardware-assisted VMX.
     1391         *
     1392         * This could probably be done in a preemptible context since the preemption hook
     1393         * will flag the necessary change in host context. However, since preemption is
     1394         * already disabled and to avoid making assumptions about host specific code in
     1395         * RTMpCpuId when called with preemption enabled, we'll do this while preemption is
     1396         * disabled.
    13911397         */
    13921398        if (pVmcsInfoTo->idHostCpu == RTMpCpuId())
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