Log when trace file gets truncated

This commit is contained in:
David Venhoff 2025-08-19 13:45:42 +02:00
parent fd01132cad
commit 7883ec274c

View File

@ -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);
}