Changeset 74471 in vbox for trunk/include/VBox
- Timestamp:
- Sep 26, 2018 6:54:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r74469 r74471 2469 2469 * the ModR/M primary operand write bit): */ 2470 2470 #define VMXINSTRID_VMLAUNCH (0x10 | VMXINSTRID_VALID) 2471 #define VMXINSTRID_VMRESUME (0x1 2| VMXINSTRID_VALID)2472 #define VMXINSTRID_VMWRITE (0x1 3| VMXINSTRID_VALID | VMXINSTRID_MODRM_PRIMARY_OP_W)2471 #define VMXINSTRID_VMRESUME (0x11 | VMXINSTRID_VALID) 2472 #define VMXINSTRID_VMWRITE (0x12 | VMXINSTRID_VALID | VMXINSTRID_MODRM_PRIMARY_OP_W) 2473 2473 /** @} */ 2474 2474
Note:
See TracChangeset
for help on using the changeset viewer.