diff options
| author | Louis Burda <quent.burda@gmail.com> | 2022-10-05 15:33:22 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2022-10-05 15:33:32 +0200 |
| commit | da76c11f2059a8696a3df41844d49f82e6988843 (patch) | |
| tree | 908ee65da099e713b6986434472485f57d6a00ea /test/kvm.c | |
| parent | 58d8565f015f9e06e1e51a0fe4654b966b2c27c0 (diff) | |
| download | cachepc-da76c11f2059a8696a3df41844d49f82e6988843.tar.gz cachepc-da76c11f2059a8696a3df41844d49f82e6988843.zip | |
Fix uapi types and expose KVM_TRACK enum
Diffstat (limited to 'test/kvm.c')
| -rw-r--r-- | test/kvm.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -46,12 +46,6 @@ extern uint8_t __stop_guest_with[]; extern uint8_t __start_guest_without[]; extern uint8_t __stop_guest_without[]; -static bool ready = false; -static bool processed = false; - -static ssize_t sysret; -static pid_t victim_pid; - static struct kvm kvm; static struct kvm_run *kvm_run; |
