Changeset 59281 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 7, 2016 7:22:50 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104928
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevFwCommon.cpp
r57358 r59281 1071 1071 pBusEntry->u8BusId = iBusIdPci0; /* this ID can be referenced by the interrupt entries */ 1072 1072 memcpy(pBusEntry->au8BusTypeStr, "PCI ", 6); 1073 pBusEntry++; 1073 1074 pCfgTab->u16EntryCount++; 1074 1075 … … 1077 1078 * MP spec: "The configuration table contains one or more entries for I/O APICs. 1078 1079 * ... At least one I/O APIC must be enabled." */ 1079 PMPSIOAPICENTRY pIOAPICEntry = (PMPSIOAPICENTRY)(pBusEntry +1);1080 PMPSIOAPICENTRY pIOAPICEntry = (PMPSIOAPICENTRY)(pBusEntry); 1080 1081 uint16_t iApicId = 0; 1081 1082 pIOAPICEntry->u8EntryType = 2; /* I/O-APIC entry */
Note:
See TracChangeset
for help on using the changeset viewer.