VirtualBox

Changeset 49548 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Nov 19, 2013 1:07:10 PM (11 years ago)
Author:
vboxsync
Message:

DevAPIC: reverted r90537, r90540, r90551 -- actually we need to clear the CPUID bit if the APIC enable bit is unset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmdev.h

    r49441 r49548  
    13131313
    13141314    /**
     1315     * Modifies APIC-related bits in the CPUID feature mask.
     1316     *
     1317     * @param   pDevIns         Device instance of the APIC.
     1318     * @param   enmVersion      Supported APIC version.
     1319     */
     1320    DECLRCCALLBACKMEMBER(void, pfnChangeFeature,(PPDMDEVINS pDevIns, PDMAPICVERSION enmVersion));
     1321
     1322    /**
    13151323     * Acquires the PDM lock.
    13161324     *
     
    13451353
    13461354/** Current PDMAPICHLPRC version number. */
    1347 #define PDM_APICHLPRC_VERSION                   PDM_VERSION_MAKE(0xfff5, 3, 0)
     1355#define PDM_APICHLPRC_VERSION                   PDM_VERSION_MAKE(0xfff5, 2, 0)
    13481356
    13491357
     
    13821390     */
    13831391    DECLR0CALLBACKMEMBER(uint32_t, pfnCalcIrqTag,(PPDMDEVINS pDevIns, uint8_t u8Level));
     1392
     1393    /**
     1394     * Modifies APIC-related bits in the CPUID feature mask.
     1395     *
     1396     * @param   pDevIns         Device instance of the APIC.
     1397     * @param   enmVersion      Supported APIC version.
     1398     */
     1399    DECLR0CALLBACKMEMBER(void, pfnChangeFeature,(PPDMDEVINS pDevIns, PDMAPICVERSION enmVersion));
    13841400
    13851401    /**
     
    14161432
    14171433/** Current PDMAPICHLPR0 version number. */
    1418 #define PDM_APICHLPR0_VERSION                   PDM_VERSION_MAKE(0xfff4, 3, 0)
     1434#define PDM_APICHLPR0_VERSION                   PDM_VERSION_MAKE(0xfff4, 2, 0)
    14191435
    14201436/**
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