VirtualBox

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


Ignore:
Timestamp:
Oct 28, 2021 12:31:35 AM (3 years ago)
Author:
vboxsync
Message:

VMM/NEM/win: New approach to A20: Reschedule to IEM. Logging. bugref:10122

File:
1 edited

Legend:

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

    r91958 r92120  
    167167    /** Set if we're using the ring-0 API to do the work. */
    168168    bool                        fUseRing0Runloop : 1;
     169# ifdef NEM_WIN_WITH_A20
    169170    /** Set if we've started more than one CPU and cannot mess with A20. */
    170171    bool                        fA20Fixed : 1;
    171172    /** Set if A20 is enabled. */
    172173    bool                        fA20Enabled : 1;
     174# endif
    173175    /** The reported CPU vendor.   */
    174176    CPUMCPUVENDOR               enmCpuVendor;
     
    459461bool            nemR3NativeSetSingleInstruction(PVM pVM, PVMCPU pVCpu, bool fEnable);
    460462void            nemR3NativeNotifyFF(PVM pVM, PVMCPU pVCpu, uint32_t fFlags);
    461 
    462 void    nemR3NativeNotifySetA20(PVMCPU pVCpu, bool fEnabled);
    463463#endif
    464464
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