VirtualBox

Changeset 76491 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Dec 27, 2018 5:59:04 AM (6 years ago)
Author:
vboxsync
Message:

VMM/CPUM: Nested VMX: bugref:9180 Logging extensively VMX features exposed to the guest (which are in MSRs and not just CPUID).

Location:
trunk/src/VBox/VMM/VMMR3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUM.cpp

    r76490 r76491  
    39163916 * @param   pVM                 The cross context VM structure.
    39173917 */
    3918 VMMR3DECL(void) CPUMR3LogCpuIds(PVM pVM)
     3918VMMR3DECL(void) CPUMR3LogCpuIdAndMsrFeatures(PVM pVM)
    39193919{
    39203920    /*
  • trunk/src/VBox/VMM/VMMR3/VMM.cpp

    r75646 r76491  
    867867             * CPUM's post-initialization (print CPUIDs).
    868868             */
    869             CPUMR3LogCpuIds(pVM);
     869            CPUMR3LogCpuIdAndMsrFeatures(pVM);
    870870            break;
    871871        }
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