Changeset 24785 in vbox for trunk/src/VBox/VMM/VM.cpp
- Timestamp:
- Nov 19, 2009 12:30:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VM.cpp
r24773 r24785 2698 2698 * quiesced first, then we clear the memory and plan tables. Probably have to make these things 2699 2699 * explicit in some way, some memory setup pass or something. 2700 * (Example: DevAHCI may assert if memory is zeroed before it've read the FIS.) */ 2700 * (Example: DevAHCI may assert if memory is zeroed before it've read the FIS.) 2701 * 2702 * @bugref{4467} 2703 */ 2701 2704 MMR3Reset(pVM); 2702 2705 PDMR3Reset(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.