aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/long_mode.rs
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-111-0/+1
|
* 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-171-0/+1
|
* adapted examples with new exit reasonsjohannst2021-06-011-1/+11
|
* examples: use UserMem::load + fix typojohannst2021-05-311-5/+2
|
* added long mode example with 4 level pagingjohannst2021-05-301-0/+177