]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/intc/loongarch_pch: Use unified trace event for memory region ops
authorBibo Mao <maobibo@loongson.cn>
Wed, 7 May 2025 02:37:51 +0000 (10:37 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 14 May 2025 07:53:44 +0000 (15:53 +0800)
commitba23cce0dcc75d2211f875e758305e3636e7c0a4
treee8ac988d1f62b1a7b13f65215c48b1134a41ad71
parenta6fdd0032ce5c7cd5c49a1bfbcedf6c08e136682
hw/intc/loongarch_pch: Use unified trace event for memory region ops

Add trace event trace_loongarch_pch_pic_read(), replaces the following
three events:
  trace_loongarch_pch_pic_low_readw()
  trace_loongarch_pch_pic_high_readw()
  trace_loongarch_pch_pic_readb()
The similiar with write trace event.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20250507023754.1877445-2-maobibo@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
hw/intc/loongarch_pch_pic.c
hw/intc/trace-events