kvm-ioctls-v0.2.0
- Fix bug in
KvmRunWrapper. The memory forkvm_runstruct was
not unmapped after theKvmRunWrapperobject got out of scope. - Return proper value when receiving the EOI KVM exit.
- Add support for KVM_ENABLE_CAP.
- Add support for KVM_SIGNAL_MSI.
- Mark
set_user_memory_regionas unsafe.