VirtualBox

Changeset 87532 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Feb 2, 2021 11:56:56 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142558
Message:

VMM/HM: Moving the g_HmR0.hwvirt.svm.fSupported and g_HmR0.hwvirt.vmx.fSupported member out of the struct an into separate variables. bugref:9217

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/HMInternal.h

    r87531 r87532  
    548548        uint32_t                    u32Alignment1;
    549549
    550         /** Host-physical address for a failing VMXON instruction. */
     550        /** Host-physical address for a failing VMXON instruction (diagnostics). */
    551551        RTHCPHYS                    HCPhysVmxEnableError;
    552552
     
    578578        uint8_t                     u8Alignment0[2];
    579579
    580         /* HWCR MSR (for diagnostics) */
     580        /** HWCR MSR (for diagnostics). */
    581581        uint64_t                    u64MsrHwcr;
    582582
     
    14431443
    14441444#ifdef IN_RING0
     1445extern bool     g_fHmVmxSupported;
     1446extern bool     g_fHmSvmSupported;
    14451447extern uint32_t g_uHmMaxAsid;
    14461448
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