Re: [Qemu-devel] [PATCH] hw/dma: Print error message only once

2014-09-09 Thread Paolo Bonzini
Il 09/09/2014 09:01, Philipp Hahn ha scritto: > 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 > --- > hw/dma/i8257.c | 10 -- > 1 file

[Qemu-devel] [PATCH] hw/dma: Print error message only once

2014-09-09 Thread Philipp Hahn
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 --- hw/dma/i8257.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/hw/dm