Changeset 62434 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Jul 22, 2016 12:28:23 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108985
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevAPIC.cpp
r61776 r62434 2359 2359 /* 2360 2360 * Validate configuration. 2361 * "Mode" is ignored (used by newer APIC code). 2361 2362 */ 2362 PDMDEV_VALIDATE_CONFIG_RETURN(pDevIns, "IOAPIC|RZEnabled|NumCPUs ", "");2363 PDMDEV_VALIDATE_CONFIG_RETURN(pDevIns, "IOAPIC|RZEnabled|NumCPUs|Mode", ""); 2363 2364 2364 2365 bool fIoApic;
Note:
See TracChangeset
for help on using the changeset viewer.