Re: [Qemu-devel] [PATCH-for-4.1 0/3] hw: Avoid crash when reading empty RX FIFO

2019-07-11 Thread Philippe Mathieu-Daudé
On 7/11/19 4:51 PM, Peter Maydell wrote: > On Tue, 9 Jul 2019 at 12:37, Philippe Mathieu-Daudé wrote: >> >> Fix a pair of crashes, one is an audit of first one. >> >> Philippe Mathieu-Daudé (3): >> hw/ssi/mss-spi: Convert debug printf()s to trace events >> hw/ssi/mss-spi: Avoid crash when read

Re: [Qemu-devel] [PATCH-for-4.1 0/3] hw: Avoid crash when reading empty RX FIFO

2019-07-11 Thread Peter Maydell
On Tue, 9 Jul 2019 at 12:37, Philippe Mathieu-Daudé wrote: > > Fix a pair of crashes, one is an audit of first one. > > Philippe Mathieu-Daudé (3): > hw/ssi/mss-spi: Convert debug printf()s to trace events > hw/ssi/mss-spi: Avoid crash when reading empty RX FIFO > hw/display/xlnx_dp: Avoid c

[Qemu-devel] [PATCH-for-4.1 0/3] hw: Avoid crash when reading empty RX FIFO

2019-07-09 Thread Philippe Mathieu-Daudé
Fix a pair of crashes, one is an audit of first one. Philippe Mathieu-Daudé (3): hw/ssi/mss-spi: Convert debug printf()s to trace events hw/ssi/mss-spi: Avoid crash when reading empty RX FIFO hw/display/xlnx_dp: Avoid crash when reading empty RX FIFO Makefile.objs| 1 + hw/display