Changeset 41801 in vbox for trunk/src/VBox/VMM/VMMR3/EMHwaccm.cpp
- Timestamp:
- Jun 17, 2012 4:46:51 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78619
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EMHwaccm.cpp
r41800 r41801 77 77 * @returns VBox status code. 78 78 * @param pVM Pointer to the VM. 79 * @param pVCpu The VMCPU handle.79 * @param pVCpu Pointer to the VMCPU. 80 80 */ 81 81 static int emR3HwAccStep(PVM pVM, PVMCPU pVCpu) … … 159 159 * 160 160 * @param pVM Pointer to the VM. 161 * @param pVCpu VMCPU handle161 * @param pVCpu Pointer to the VMCPU. 162 162 * @param rcRC Return code from RC. 163 163 * @param pszPrefix Disassembly prefix. If not NULL we'll disassemble the … … 260 260 * @returns VBox status code suitable for EM. 261 261 * @param pVM Pointer to the VM. 262 * @param pVCpu VMCPU handle.262 * @param pVCpu Pointer to the VMCPU. 263 263 * @param pszPrefix Disassembly prefix. If not NULL we'll disassemble the 264 264 * instruction and prefix the log output with this text. … … 279 279 * @returns VBox status code suitable for EM. 280 280 * @param pVM Pointer to the VM. 281 * @param pVCpu VMCPU handle.281 * @param pVCpu Pointer to the VMCPU. 282 282 */ 283 283 static int emR3ExecuteIOInstruction(PVM pVM, PVMCPU pVCpu) … … 389 389 * EM statuses. 390 390 * @param pVM Pointer to the VM. 391 * @param pVCpu The VMCPU handle.391 * @param pVCpu Pointer to the VMCPU. 392 392 * @param pCtx The guest CPUM register context. 393 393 */ … … 460 460 * 461 461 * @param pVM Pointer to the VM. 462 * @param pVCpu VMCPU handle.462 * @param pVCpu Pointer to the VMCPU. 463 463 * @param pfFFDone Where to store an indicator telling whether or not 464 464 * FFs were done before returning.
Note:
See TracChangeset
for help on using the changeset viewer.