aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* added docjohannst2021-06-025-1/+86
|
* misc minor fixesjohannst2021-06-012-2/+2
|
* added fmt::Display impl for kvm register structsjohannst2021-06-012-0/+130
|
* README: removed trailing wsjohannst2021-06-011-1/+1
|
* adapted examples with new exit reasonsjohannst2021-06-014-4/+43
|
* add support for IoIn / MmioRead exitjohannst2021-06-012-12/+21
|
* add gh action status badgeJohannes Stölp2021-05-311-1/+3
|
* gh action: build guest imgs before examplejohannst2021-05-311-1/+3
|
* added gh actionJohannes Stölp2021-05-311-0/+22
|
* examples: use UserMem::load + fix typojohannst2021-05-311-5/+2
|
* added missing module with x86_64 definitionsjohannst2021-05-302-0/+147
|
* added long mode example with 4 level pagingjohannst2021-05-304-2/+219
|
* usermem: add load fnjohannst2021-05-301-2/+14
|
* kvm_sys: make cr2 pub and fix typo in efer regjohannst2021-05-301-2/+2
|
* implicit notation for outsb, fix msg_len sizejohannst2021-05-291-2/+2
|
* kvm_sys: remove Rflags typejohannst2021-05-282-6/+2
|
* kvm_sys: remove Display impljohannst2021-05-281-51/+0
|
* minimal KVM abstraction + real mode guest examplejohannst2021-05-2616-0/+835