summaryrefslogtreecommitdiffstats
path: root/test/kvm-step.c
Commit message (Collapse)AuthorAgeFilesLines
* Added initial qemu-eviction and qemu-pagestepLouis Burda2023-01-271-4/+1
| | | | Qemu-eviction seems to get stuck somewhere, potentially in the VC-handler(?) since we use the active gfn after resuming execution. Added qemu-pagestep to show viability of page-stepping for later use.
* Basic qemu eviction test with signalled stepping and added rip syscallLouis Burda2023-01-261-25/+18
|
* Debug copy_to_user occasionally failing in kvm-stepLouis Burda2023-01-251-2/+4
|
* Replace bloated cache_ds alloc methodLouis Burda2023-01-251-0/+3
|
* Create flat binaries to support more complex guestsLouis Burda2023-01-241-4/+4
|
* Move kvm to guest process and add ipc for synchronizationLouis Burda2023-01-231-80/+36
|
* Use 16-bit realmode assembly for guests (!)Louis Burda2023-01-231-12/+52
|
* Many fixes, more precise single-stepping and more robust self-testsLouis Burda2023-01-191-11/+33
|
* Fixup kvm-eviction and refactor kvm-stepLouis Burda2023-01-171-531/+75
|
* Begin ioctl and test-case overhaulLouis Burda2023-01-101-0/+632