aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* example/long_mode: demonstrate mmio exits for virtually mapped but not ↵HEADmainJohannes Stoelp2023-11-151-3/+11
| | | | physically backed memory
* vcpu: allow to enable/disable guest single stepping (debug)Johannes Stoelp2021-12-112-0/+2
|
* example:long_mode: Assert phys memory against bytes written from guest to ↵Johannes Stoelp2021-12-101-0/+10
| | | | virt address.
* fix type in constantJohannes Stoelp2021-12-101-6/+6
|
* example:long_mode: Map guest software page readonly.Johannes Stoelp2021-12-101-1/+2
|
* cargo fmt + added fmt::skip attributesJohannes Stoelp2021-08-172-0/+2
|
* added example to check for capsjohannst2021-07-011-0/+13
|
* adapted examples with new exit reasonsjohannst2021-06-012-2/+22
|
* examples: use UserMem::load + fix typojohannst2021-05-311-5/+2
|
* added long mode example with 4 level pagingjohannst2021-05-301-0/+177
|
* kvm_sys: remove Rflags typejohannst2021-05-281-1/+1
|
* minimal KVM abstraction + real mode guest examplejohannst2021-05-261-0/+48