Changeset 49548 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Nov 19, 2013 1:07:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r49441 r49548 1313 1313 1314 1314 /** 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 /** 1315 1323 * Acquires the PDM lock. 1316 1324 * … … 1345 1353 1346 1354 /** 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) 1348 1356 1349 1357 … … 1382 1390 */ 1383 1391 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)); 1384 1400 1385 1401 /** … … 1416 1432 1417 1433 /** 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) 1419 1435 1420 1436 /**
Note:
See TracChangeset
for help on using the changeset viewer.