Changeset 56897 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 9, 2015 1:11:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/GIMAllKvm.cpp
r56836 r56897 371 371 { 372 372 /* 373 * Disassemble the instruction at RIP to figure out if it's the Intel 374 * VMCALL instruction and if so, handle it as a hypercall.373 * Disassemble the instruction at RIP to figure out if it's the Intel VMCALL instruction 374 * or the AMD VMMCALL instruction and if so, handle it as a hypercall. 375 375 */ 376 376 DISCPUSTATE Dis; … … 404 404 * Perform the hypercall and update RIP. 405 405 * 406 * For HM, we can simply resume guest execution without perform the hypercall now and406 * For HM, we can simply resume guest execution without performing the hypercall now and 407 407 * do it on the next VMCALL/VMMCALL exit handler on the patched instruction. 408 408 *
Note:
See TracChangeset
for help on using the changeset viewer.