Re: [PATCH] hw/display/xlnx_dp: fix overflow in xlnx_dp_aux_push_tx_fifo()

2023-01-10 Thread Qiang Liu
rg > > Cc: Qiang Liu ; Alistair Francis < > alist...@alistair23.me>; Edgar E. Iglesias ; > Peter > > Maydell ; open list:Xilinx ZynqMP and... < > qemu-...@nongnu.org> > > Subject: [PATCH] hw/display/xlnx_dp: fix overflow in > xlnx_dp_aux_push_tx_fifo()

RE: [PATCH] hw/display/xlnx_dp: fix overflow in xlnx_dp_aux_push_tx_fifo()

2023-01-10 Thread Konrad, Frederic
ZynqMP and... > > Subject: [PATCH] hw/display/xlnx_dp: fix overflow in > xlnx_dp_aux_push_tx_fifo() > > This patch checks if the s->tx_fifo is full. > > Fixes: 58ac482a66de ("introduce xlnx-dp") > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1424 &

Re: [PATCH] hw/display/xlnx_dp: fix overflow in xlnx_dp_aux_push_tx_fifo()

2023-01-10 Thread Edgar E. Iglesias
On Mon, Jan 09, 2023 at 01:59:33PM +0800, Qiang Liu wrote: > This patch checks if the s->tx_fifo is full. + CC: Fred Reviewed-by: Edgar E. Iglesias > > Fixes: 58ac482a66de ("introduce xlnx-dp") > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1424 > Reported-by: Qiang Liu > Signed-o

Re: [PATCH] hw/display/xlnx_dp: fix overflow in xlnx_dp_aux_push_tx_fifo()

2023-01-09 Thread Alistair Francis
On Mon, Jan 9, 2023 at 4:01 PM Qiang Liu wrote: > > This patch checks if the s->tx_fifo is full. > > Fixes: 58ac482a66de ("introduce xlnx-dp") > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1424 > Reported-by: Qiang Liu > Signed-off-by: Qiang Liu Reviewed-by: Alistair Francis Alist

[PATCH] hw/display/xlnx_dp: fix overflow in xlnx_dp_aux_push_tx_fifo()

2023-01-08 Thread Qiang Liu
This patch checks if the s->tx_fifo is full. Fixes: 58ac482a66de ("introduce xlnx-dp") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1424 Reported-by: Qiang Liu Signed-off-by: Qiang Liu --- hw/display/xlnx_dp.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/h