From: Stefan Hajnoczi Date: Thu, 6 Nov 2025 21:56:05 +0000 (-0500) Subject: hpet: remove unused trace events X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da5eacf9d148ddb837ad044eef7eecfd410cc4ee;p=thirdparty%2Fqemu.git hpet: remove unused trace events Signed-off-by: Stefan Hajnoczi Reviewed-by: Manos Pitsidianakis Link: https://lore.kernel.org/r/20251106215606.36598-2-stefanha@redhat.com Signed-off-by: Paolo Bonzini --- diff --git a/hw/timer/trace-events b/hw/timer/trace-events index 2bb51f95ea..f3fca6fc9b 100644 --- a/hw/timer/trace-events +++ b/hw/timer/trace-events @@ -112,7 +112,6 @@ sh_timer_write(uint64_t offset, uint64_t value) "tmu012_write 0x%" PRIx64 " 0x%0 # hpet.c hpet_timer_id_out_of_range(uint8_t timer_id) "timer id out of range: 0x%" PRIx8 -hpet_invalid_hpet_cfg(uint8_t reg_off) "invalid HPET_CFG + %u" PRIx8 hpet_ram_read(uint64_t addr) "enter hpet_ram_readl at 0x%" PRIx64 hpet_ram_read_reading_counter(uint8_t reg_off, uint64_t cur_tick) "reading counter + %" PRIu8 " = 0x%" PRIx64 hpet_ram_read_invalid(void) "invalid hpet_ram_readl" @@ -123,4 +122,3 @@ hpet_ram_write_tn_cmp(uint8_t reg_off) "hpet_ram_writel HPET_TN_CMP + %" PRIu8 hpet_ram_write_invalid_tn_cmp(void) "invalid HPET_TN_CMP + 4 write" hpet_ram_write_invalid(void) "invalid hpet_ram_writel" hpet_ram_write_counter_write_while_enabled(void) "Writing counter while HPET enabled!" -hpet_ram_write_counter_written(uint8_t reg_off, uint64_t value, uint64_t counter) "HPET counter + %" PRIu8 "written. crt = 0x%" PRIx64 " -> 0x%" PRIx64