Changeset 71966 in vbox for trunk/include
- Timestamp:
- Apr 23, 2018 4:40:51 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122224
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_svm.h
r71933 r71966 1019 1019 * SVM R0 code for hardware-assisted SVM execution of a nested-guest. 1020 1020 * 1021 * A VMCB field needs to be cached when it needs to be modified for execution using 1022 * hardware-assisted SVM and any of the following are true: 1023 * - If the original field needs to be inspected during execution of the 1024 * nested-guest or #VMEXIT processing. 1025 * - If the field is written back to memory on #VMEXIT by the physical CPU. 1026 * 1027 * A VMCB field needs to be restored only when the field is written back to 1028 * memory on #VMEXIT by the physical CPU and thus would be visible to the guest. 1029 * 1021 1030 * @remarks Please update hmR3InfoSvmNstGstVmcbCache() when changes are made to 1022 1031 * this structure.
Note:
See TracChangeset
for help on using the changeset viewer.