Changeset 61762 in vbox
- Timestamp:
- Jun 20, 2016 9:32:02 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108152
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/APIC.cpp
r61744 r61762 434 434 * Dumps basic APIC state. 435 435 * 436 * @param pV Cpu The cross context virtual CPUstructure.436 * @param pVM The cross context VM structure. 437 437 * @param pHlp The info helpers. 438 438 * @param pszArgs Arguments, ignored. … … 550 550 * Dumps APIC Local Vector Table (LVT) information. 551 551 * 552 * @param pV Cpu The cross context virtual CPUstructure.552 * @param pVM The cross context VM structure. 553 553 * @param pHlp The info helpers. 554 554 * @param pszArgs Arguments, ignored. … … 749 749 * Dumps the APIC timer information. 750 750 * 751 * @param pV Cpu The cross context virtual CPUstructure.751 * @param pVM The cross context VM structure. 752 752 * @param pHlp The info helpers. 753 753 * @param pszArgs Arguments, ignored.
Note:
See TracChangeset
for help on using the changeset viewer.