Changeset 72420 in vbox for trunk/src/VBox
- Timestamp:
- Jun 3, 2018 6:59:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp
r72419 r72420 2644 2644 * 2645 2645 * 2646 * - To handle the VMMCALL / VMCALL instructions, it seems we need to intercept 2647 * \#UD exceptions and inspect the opcodes. A dedicated exit for hypercalls 2648 * would be more efficient, esp. for guests using \#UD for other purposes.. 2649 * 2650 * 2646 2651 * - Wrong instruction length in the VpContext with unmapped GPA memory exit 2647 2652 * contexts on 17115/AMD.
Note:
See TracChangeset
for help on using the changeset viewer.