aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/kvm_sys.rs
Commit message (Collapse)AuthorAgeFilesLines
* kvm: add structs + constants for guest debuggingJohannes Stoelp2021-12-111-0/+73
|
* added docjohannst2021-06-021-0/+4
|
* kvm_sys: make cr2 pub and fix typo in efer regjohannst2021-05-301-2/+2
|
* kvm_sys: remove Rflags typejohannst2021-05-281-5/+1
|
* kvm_sys: remove Display impljohannst2021-05-281-51/+0
|
* minimal KVM abstraction + real mode guest examplejohannst2021-05-261-0/+248