Commit 331eea6
Update version to 0.2.0
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 <[email protected]>1 parent 1b2016b commit 331eea6
2 files changed
+4
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments