aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* added fmt::Display impl for kvm register structsjohannst2021-06-012-0/+130
* add support for IoIn / MmioRead exitjohannst2021-06-012-12/+21
* added missing module with x86_64 definitionsjohannst2021-05-302-0/+147
* usermem: add load fnjohannst2021-05-301-2/+14
* 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-265-0/+574