Changeset 61559 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 8, 2016 8:28:30 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107898
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/GIMAll.cpp
r61544 r61559 128 128 129 129 /** 130 * Disassembles the currentinstruction at RIP and if it's a hypercall130 * Disassembles the instruction at RIP and if it's a hypercall 131 131 * instruction, performs the hypercall. 132 132 * … … 137 137 * 138 138 * @todo This interface should disappear when IEM/REM execution engines 139 * handle VMCALL/VMMCALL instru nctions to call into GIM when139 * handle VMCALL/VMMCALL instructions to call into GIM when 140 140 * required. See @bugref{7270#c168}. 141 141 */ -
trunk/src/VBox/VMM/VMMAll/GIMAllHv.cpp
r61544 r61559 989 989 990 990 /** 991 * Checks the currently disassembled instru nction and executes the hypercall if991 * Checks the currently disassembled instruction and executes the hypercall if 992 992 * it's a hypercall instruction. 993 993 * -
trunk/src/VBox/VMM/VMMAll/GIMAllKvm.cpp
r61546 r61559 364 364 365 365 /** 366 * Checks the currently disassembled instru nction and executes the hypercall if366 * Checks the currently disassembled instruction and executes the hypercall if 367 367 * it's a hypercall instruction. 368 368 * -
trunk/src/VBox/VMM/VMMR3/GIMHv.cpp
r61544 r61559 1557 1557 * 1558 1558 * Hyper-V sends UDP debugger packets with source and destination port as 0 except in the 1559 * afor mentioned buggy case. The buggy packet case requires us to remember the ports and1559 * aforementioned buggy case. The buggy packet case requires us to remember the ports and 1560 1560 * reply to them, otherwise the guest won't receive the replies we sent with port 0. 1561 1561 */
Note:
See TracChangeset
for help on using the changeset viewer.