diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-01-21 02:23:52 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-01-21 02:23:52 +0100 |
| commit | 769e05dd63ed0379e7325da6e82c0c46c151ef4e (patch) | |
| tree | 0c0bbef5f61717647efb297b2632c3e92acc4089 /test/kvm.h | |
| parent | 0257ca8ac931775fffd74150b439eb9ddcc025aa (diff) | |
| download | cachepc-769e05dd63ed0379e7325da6e82c0c46c151ef4e.tar.gz cachepc-769e05dd63ed0379e7325da6e82c0c46c151ef4e.zip | |
Reimplement test and prime+probe in asm, make self-tests harder and improve noise
Diffstat (limited to 'test/kvm.h')
| -rw-r--r-- | test/kvm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ enum { struct kvm { int fd, vmfd, vcpufd; void *mem; - size_t memsize; + size_t memsize, runsize; struct kvm_run *run; }; |
