From 6f94b7d97f7e0e486a70fb06b703442e2c04a29a Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 16 Oct 2015 15:08:34 +0200 Subject: ioport: do not use CPU_LOG_IOPORT These messages are disabled by default; a perfect usecase for tracepoints, which in fact already exist. Add the missing information to them and stop using qemu_log_mask. Signed-off-by: Paolo Bonzini --- trace-events | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trace-events') diff --git a/trace-events b/trace-events index bdfe79f..89b38aa 100644 --- a/trace-events +++ b/trace-events @@ -139,8 +139,8 @@ paio_submit_co(int64_t sector_num, int nb_sectors, int type) "sector_num %"PRId6 paio_submit(void *acb, void *opaque, int64_t sector_num, int nb_sectors, int type) "acb %p opaque %p sector_num %"PRId64" nb_sectors %d type %d" # ioport.c -cpu_in(unsigned int addr, unsigned int val) "addr %#x value %u" -cpu_out(unsigned int addr, unsigned int val) "addr %#x value %u" +cpu_in(unsigned int addr, char size, unsigned int val) "addr %#x(%c) value %u" +cpu_out(unsigned int addr, char size, unsigned int val) "addr %#x(%c) value %u" # balloon.c # Since requests are raised via monitor, not many tracepoints are needed. -- cgit v1.1