summaryrefslogtreecommitdiffstats
path: root/test/qemu-pagestep.c
Commit message (Collapse)AuthorAgeFilesLines
* Add track config to TRACK_MODE ioctl and combine TRACK_STEPS_* modesLouis Burda2023-01-301-3/+4
|
* Make CPC_TRACK_PAGES_RESOLVE the default since no extra overheadLouis Burda2023-01-271-1/+1
|
* Add CPC_TRACK_STEPS and make apic reset more robustLouis Burda2023-01-271-7/+8
|
* Added initial qemu-eviction and qemu-pagestepLouis Burda2023-01-271-0/+63
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.