From 7dbb4c49bfa60b92251a97ddda2c3cdace6b73e4 Mon Sep 17 00:00:00 2001 From: Philipp Hahn Date: Wed, 10 Sep 2014 13:47:15 +0200 Subject: hw/dma/i8257: Silence phony error message Convert into trace event. Otherwise the message dma: unregistered DMA channel used nchan=0 dma_pos=0 dma_len=1 gets printed every time and fills up the log-file with 50 MiB / minute. Signed-off-by: Philipp Hahn Signed-off-by: Paolo Bonzini --- trace-events | 3 +++ 1 file changed, 3 insertions(+) (limited to 'trace-events') diff --git a/trace-events b/trace-events index fb58963ca8..b680a6b1c6 100644 --- a/trace-events +++ b/trace-events @@ -1318,3 +1318,6 @@ mhp_pc_dimm_assigned_address(uint64_t addr) "0x%"PRIx64 # target-s390x/kvm.c kvm_enable_cmma(int rc) "CMMA: enabling with result code %d" kvm_clear_cmma(int rc) "CMMA: clearing with result code %d" + +# hw/dma/i8257.c +i8257_unregistered_dma(int nchan, int dma_pos, int dma_len) "unregistered DMA channel used nchan=%d dma_pos=%d dma_len=%d" -- cgit v1.2.3