index
:
mini-kvm-rs
gh-pages
main
KVM experiments in rust
johannst
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
examples
Commit message (
Collapse
)
Author
Age
Files
Lines
*
example/long_mode: demonstrate mmio exits for virtually mapped but not ↵
HEAD
main
Johannes Stoelp
2023-11-15
1
-3
/
+11
|
|
|
|
physically backed memory
*
vcpu: allow to enable/disable guest single stepping (debug)
Johannes Stoelp
2021-12-11
2
-0
/
+2
|
*
example:long_mode: Assert phys memory against bytes written from guest to ↵
Johannes Stoelp
2021-12-10
1
-0
/
+10
|
|
|
|
virt address.
*
fix type in constant
Johannes Stoelp
2021-12-10
1
-6
/
+6
|
*
example:long_mode: Map guest software page readonly.
Johannes Stoelp
2021-12-10
1
-1
/
+2
|
*
cargo fmt + added fmt::skip attributes
Johannes Stoelp
2021-08-17
2
-0
/
+2
|
*
added example to check for caps
johannst
2021-07-01
1
-0
/
+13
|
*
adapted examples with new exit reasons
johannst
2021-06-01
2
-2
/
+22
|
*
examples: use UserMem::load + fix typo
johannst
2021-05-31
1
-5
/
+2
|
*
added long mode example with 4 level paging
johannst
2021-05-30
1
-0
/
+177
|
*
kvm_sys: remove Rflags type
johannst
2021-05-28
1
-1
/
+1
|
*
minimal KVM abstraction + real mode guest example
johannst
2021-05-26
1
-0
/
+48