Re: [PATCH v3] accel/kvm: Turn DPRINTF macro use into tracepoints

2023-11-30 Thread Alex Bennée
Jai Arora writes: > Patch removes DRPINTF macro and adds multiple tracepoints > to capture different kvm events. maybe add "We drop the DPRINTFs that don't add any additional information than trace_kvm_run_exit already does." Otherwise: Reviewed-by: Alex Bennée p.s. It is helpful to add a m

[PATCH v3] accel/kvm: Turn DPRINTF macro use into tracepoints

2023-11-30 Thread Jai Arora
Patch removes DRPINTF macro and adds multiple tracepoints to capture different kvm events. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1827 Signed-off-by: Jai Arora --- Notes: v3: Addresses review comments by Alex Benn??e Removes trace events kvm_run_exit_reason, kvm_ex