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§

KvmNestedStateBuffer
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.