Module nested
Expand description
Higher-level abstractions for working with nested state.
Getting and setting the nested KVM state is helpful if nested virtualization
is used and the state needs to be serialized, e.g., for live-migration or
state save/resume. See KvmNestedStateBuffer
.
Structs§
- KvmNested
State Buffer - A stack-allocated buffer for nested KVM state including the mandatory header with meta-information.
- kvm_
svm_ nested_ state_ data - kvm_
vmx_ nested_ state_ data
Unions§
- kvm_
nested_ state__ data - Non-zero variant of the bindgen data union.