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

2023-12-04 Thread JAI ARORA
Hello maintainers, This is a friendly ping. Are there any other review comments for this patch? Thanks, Jai Arora On Sat, 2 Dec 2023 at 10:19, Jai Arora wrote: > Patch removes DPRINTF macro and adds multiple tracepoints > to capture different kvm events. > > We also drop the D

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

2023-12-01 Thread Jai Arora
Patch removes DPRINTF macro and adds multiple tracepoints to capture different kvm events. We also drop the DPRINTFs that don't add any additional information than trace_kvm_run_exit already does. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1827 Signed-off-by: Jai Arora Review

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

2023-12-01 Thread Jai Arora
Patch removes DPRINTF macro and adds multiple tracepoints to capture different kvm events. We also drop the DPRINTFs that don't add any additional information than trace_kvm_run_exit already does. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1827 Signed-off-by: Jai Arora Review

[PATCH v5] 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. We also drop the DPRINTFs that don't add any additional information than trace_kvm_run_exit already does. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1827 Signed-off-by: Jai Arora Review

[PATCH v4] 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. We also drop the DPRINTFs that don't add any additional information than trace_kvm_run_exit already does. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1827 Signed-off-by: Jai Arora -

[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

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

2023-11-29 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 --- accel/kvm/kvm-all.c| 33 +++-- accel/kvm/trace-events | 8 +++- 2 files

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

2023-11-27 Thread Jai Arora
To remove DPRINTF macros and use tracepoints for logging. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1827 Signed-off-by: Jai Arora --- accel/kvm/kvm-all.c| 32 ++-- accel/kvm/trace-events | 2 +- 2 files changed, 11 insertions(+), 23 deletions