diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-01-24 01:43:18 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-01-24 01:43:18 +0100 |
| commit | 501c6bcf4513d40a53022dc93d4156402d43670b (patch) | |
| tree | 51ca4bdd9bbc5d9db2b6aa1e84f10dd361fb9037 /test/kvm.c | |
| parent | 1fe8249bbc782d28185e0e893504e8ac3a1fcaec (diff) | |
| download | cachepc-501c6bcf4513d40a53022dc93d4156402d43670b.tar.gz cachepc-501c6bcf4513d40a53022dc93d4156402d43670b.zip | |
Page track support (without speculation)
Diffstat (limited to 'test/kvm.c')
| -rw-r--r-- | test/kvm.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -226,9 +226,6 @@ kvm_init_memory(struct kvm *kvm, size_t ramsize, assert(code_stop - code_start <= kvm->memsize); memcpy(kvm->mem, code_start, code_stop - code_start); - printf("KVM Memory:\n"); - hexdump(code_start, code_stop - code_start); - memset(®ion, 0, sizeof(region)); region.slot = 0; region.memory_size = kvm->memsize; |
