Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is needed for publishing a new version on crates.io. Changes since 0.1.0: - Fix bug in `KvmRunWrapper`. The memory for `kvm_run` struct was not unmapped after the `KvmRunWrapper` object 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_region` as unsafe. Signed-off-by: Andreea Florescu <fandree@amazon.com>
- Loading branch information