- Timestamp:
- Dec 21, 2010 12:13:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/TM.cpp
r34326 r35272 5 5 6 6 /* 7 * Copyright (C) 2006-20 07Oracle Corporation7 * Copyright (C) 2006-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 2602 2602 * @param pVM The VM handle. 2603 2603 * @param u32Percent The new percentage. 100 means normal operation. 2604 *2605 * @todo Move to Ring-3!2606 2604 */ 2607 2605 VMMDECL(int) TMR3SetWarpDrive(PVM pVM, uint32_t u32Percent) … … 2631 2629 2632 2630 /** @todo This isn't a feature specific to virtual time, move the variables to 2633 * TM level and make it affect TMR3U CTNow as well! */2631 * TM level and make it affect TMR3UTCNow as well! */ 2634 2632 2635 2633 /*
Note:
See TracChangeset
for help on using the changeset viewer.