commit | 6f94b7d97f7e0e486a70fb06b703442e2c04a29a | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Oct 16 15:08:34 2015 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Nov 04 15:02:30 2015 +0100 |
tree | f58240c0a9c8b20b6f282a1eb9bd3ab328037c80 | |
parent | 54c54f8b56047d3c2420e1ae06a6a8890c220ac4 [diff] |
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 <pbonzini@redhat.com>