VirtualBox

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


Ignore:
Timestamp:
Sep 21, 2022 1:23:31 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153702
Message:

VMM,IPRT,VBoxGuest,SUPDrv: Added a more efficient interface for guest logging using the CPUID instruction. This is mainly intended for development use and not enabled by default. Require updating host drivers.

File:
1 edited

Legend:

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

    r96796 r96811  
    863863    /** The VMX APIC-access page handler type. */
    864864    PGMPHYSHANDLERTYPE      hVmxApicAccessPage;
     865#ifndef VBOX_WITHOUT_CPUID_HOST_CALL
     866    /** Set if the CPUID host call functionality is enabled.   */
     867    bool                    fCpuIdHostCall;
     868#endif
    865869} IEM;
    866870
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