Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/main' | Johannes Stoelp | 2022-08-23 | 2 | -2/+2 |
|\ | |||||
| * | fix vcpu/vm doc | Johannes Stoelp | 2022-04-16 | 2 | -2/+2 |
* | | vcpu: allow to enable/disable guest single stepping (debug) | Johannes Stoelp | 2021-12-11 | 1 | -0/+29 |
* | | vcpu: set/get debug regs | Johannes Stoelp | 2021-12-11 | 1 | -0/+37 |
* | | kvm: add structs + constants for guest debugging | Johannes Stoelp | 2021-12-11 | 1 | -0/+73 |
* | | fmt: add TF flag | Johannes Stoelp | 2021-12-11 | 2 | -1/+5 |
* | | fix type in constant | Johannes Stoelp | 2021-12-10 | 1 | -1/+1 |
|/ | |||||
* | cargo fmt + added fmt::skip attributes | Johannes Stoelp | 2021-08-17 | 1 | -152/+157 |
* | added support to query caps on kvm fd + few caps | johannst | 2021-07-01 | 3 | -2/+58 |
* | added doc | johannst | 2021-06-02 | 5 | -1/+86 |
* | misc minor fixes | johannst | 2021-06-01 | 2 | -2/+2 |
* | added fmt::Display impl for kvm register structs | johannst | 2021-06-01 | 2 | -0/+130 |
* | add support for IoIn / MmioRead exit | johannst | 2021-06-01 | 2 | -12/+21 |
* | added missing module with x86_64 definitions | johannst | 2021-05-30 | 2 | -0/+147 |
* | 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 |
* | kvm_sys: remove Rflags type | johannst | 2021-05-28 | 1 | -5/+1 |
* | kvm_sys: remove Display impl | johannst | 2021-05-28 | 1 | -51/+0 |
* | minimal KVM abstraction + real mode guest example | johannst | 2021-05-26 | 5 | -0/+574 |