]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/acpi/ich9: Remove ICH9_DEBUG macro
authorGustavo Romero <gustavo.romero@linaro.org>
Sun, 4 May 2025 21:56:39 +0000 (21:56 +0000)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 9 May 2025 20:49:26 +0000 (23:49 +0300)
commitbe06edd3edac94406a5b121c151d72fa493a0ae1
treeed6bee6c51fcacbaad5ef6babf2f80441b15ff73
parent67958690c8a14eb9451eb04815c125089e2ea4a5
hw/acpi/ich9: Remove ICH9_DEBUG macro

Remove the ICH9_DEBUG macro, which is only used to dump the value of the
pm_io_base parameter, passed to ich9_pm_iospace_update(). It provides
little to no value and is not worth converting to a trace event.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/acpi/ich9.c