VirtualBox

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


Ignore:
Timestamp:
Jun 7, 2018 11:41:23 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
122955
Message:

NEM/win: Looks like we can get a stop confirmation first time around in nemHCWinStopCpu, so just deal with it. Did the necessary #UD forwarding to GIM (not needed for NEM/win). bugref:9044

File:
1 edited

Legend:

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

    r72463 r72470  
    190190    /** NEMCPU_MAGIC. */
    191191    uint32_t                    u32Magic;
     192    /** Whether \#UD needs to be intercepted and presented to GIM. */
     193    bool                        fGIMTrapXcptUD : 1;
    192194#ifdef RT_OS_WINDOWS
    193195    /** The current state of the interrupt windows (NEM_WIN_INTW_F_XXX). */
     
    197199    /** Last copy of HV_X64_VP_EXECUTION_STATE::InterruptShadow. */
    198200    bool                        fLastInterruptShadow : 1;
    199     bool                        afPadding[1];
    200201    /** Pending APIC base value.
    201202     * This is set to UINT64_MAX when not pending  */
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