summaryrefslogtreecommitdiffstats
path: root/test/qemu-pagestep
Commit message (Collapse)AuthorAgeFilesLines
* Added mainpfn guest utility to determine rough pfn for userspace codeLouis Burda2023-01-301-0/+0
|
* Make CPC_TRACK_PAGES_RESOLVE the default since no extra overheadLouis Burda2023-01-271-0/+0
|
* Add CPC_TRACK_STEPS and make apic reset more robustLouis Burda2023-01-271-0/+0
|
* Added initial qemu-eviction and qemu-pagestepLouis Burda2023-01-271-0/+0
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.