VirtualBox

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


Ignore:
Timestamp:
Jan 16, 2017 11:00:15 AM (8 years ago)
Author:
vboxsync
Message:

VMM/HM: Eliminate unused member.

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

Legend:

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

    r64855 r65314  
    11431143     * (Main should have taken care of this already)
    11441144     */
    1145     pVM->hm.s.fHasIoApic = PDMHasIoApic(pVM);
    1146     if (!pVM->hm.s.fHasIoApic)
     1145    if (!PDMHasIoApic(pVM))
    11471146    {
    11481147        Assert(!pVM->hm.s.fTprPatchingAllowed); /* paranoia */
  • trunk/src/VBox/VMM/include/HMInternal.h

    r65241 r65314  
    398398    /** Set if we can support 64-bit guests or not. */
    399399    bool                        fAllow64BitGuests;
    400     /** Set if an IO-APIC is configured for this VM. */
    401     bool                        fHasIoApic;
    402400    /** Set when TPR patching is allowed. */
    403401    bool                        fTprPatchingAllowed;
     
    413411    /** Set if posted interrupt processing is enabled. */
    414412    bool                        fPostedIntrs;
     413    /** Alignment. */
     414    bool                        fAlignment0;
    415415
    416416    /** Host kernel flags that HM might need to know (SUPKERNELFEATURES_XXX). */
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