Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | README: removed trailing ws | johannst | 2021-06-01 | 1 | -1/+1 |
* | adapted examples with new exit reasons | johannst | 2021-06-01 | 4 | -4/+43 |
* | add support for IoIn / MmioRead exit | johannst | 2021-06-01 | 2 | -12/+21 |
* | add gh action status badge | Johannes Stölp | 2021-05-31 | 1 | -1/+3 |
* | gh action: build guest imgs before example | johannst | 2021-05-31 | 1 | -1/+3 |
* | added gh action | Johannes Stölp | 2021-05-31 | 1 | -0/+22 |
* | examples: use UserMem::load + fix typo | johannst | 2021-05-31 | 1 | -5/+2 |
* | added missing module with x86_64 definitions | johannst | 2021-05-30 | 2 | -0/+147 |
* | added long mode example with 4 level paging | johannst | 2021-05-30 | 4 | -2/+219 |
* | usermem: add load fn | johannst | 2021-05-30 | 1 | -2/+14 |
* | kvm_sys: make cr2 pub and fix typo in efer reg | johannst | 2021-05-30 | 1 | -2/+2 |
* | implicit notation for outsb, fix msg_len size | johannst | 2021-05-29 | 1 | -2/+2 |
* | kvm_sys: remove Rflags type | johannst | 2021-05-28 | 2 | -6/+2 |
* | kvm_sys: remove Display impl | johannst | 2021-05-28 | 1 | -51/+0 |
* | minimal KVM abstraction + real mode guest example | johannst | 2021-05-26 | 16 | -0/+835 |