Changeset 57350 in vbox
- Timestamp:
- Aug 14, 2015 2:06:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/GIMAllKvm.cpp
r57237 r57350 134 134 VMM_INT_DECL(bool) gimKvmAreHypercallsEnabled(PVMCPU pVCpu) 135 135 { 136 /* KVM paravirt interface doesn't have hypercall control bits like Hyper-V does137 that guests can control . It'salways enabled. */136 /* KVM paravirt interface doesn't have hypercall control bits (like Hyper-V does) 137 that guests can control, i.e. hypercalls are always enabled. */ 138 138 return true; 139 139 }
Note:
See TracChangeset
for help on using the changeset viewer.