diff --git a/nyx/pt.c b/nyx/pt.c index d61bd87883..16acceedc4 100644 --- a/nyx/pt.c +++ b/nyx/pt.c @@ -109,6 +109,7 @@ int pt_enable(CPUState *cpu, bool hmp_mode) redqueen_trace_reset(); alt_bitmap_reset(); } + nyx_debug("Truncating the dump file!\n"); pt_truncate_pt_dump_file(); return pt_cmd(cpu, KVM_VMX_PT_ENABLE, hmp_mode); }