]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/intc/arm_gicv3_kvm: Drop DPRINTF macro
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 23 Oct 2025 12:12:49 +0000 (13:12 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 23 Oct 2025 12:12:49 +0000 (13:12 +0100)
commit7ade034e66ce71d66090aca9695e10041bb0d646
tree7e43bc5bc2ea531022408c35275c6cc11584481d
parentfe7d70872b2f9f834e2ae76989a59dff0f40a521
hw/intc/arm_gicv3_kvm: Drop DPRINTF macro

We don't generally like DPRINTF debug macros, preferring tracepoints.
In this case the macro is used in only three places (reset, realize,
and in the unlikely event the host kernel doesn't have GICv3 register
access support). These don't seem worth converting to tracepoints,
so simply delete the macro and its uses.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
hw/intc/arm_gicv3_kvm.c