This patchset fixes a couple of bugs found ages ago by fuzzer, where a guest that tells the device to do silly things can trigger an assert() or abort():
https://gitlab.com/qemu-project/qemu/-/issues/1415 https://gitlab.com/qemu-project/qemu/-/issues/1418 https://gitlab.com/qemu-project/qemu/-/issues/1419 https://gitlab.com/qemu-project/qemu/-/issues/1424 None of them are really very interesting, but the fixes are straightforward. thanks -- PMM Peter Maydell (2): hw/display/xlnx_dp.c: Don't abort on AUX FIFO overrun/underrun hw/display/xlnx_dp: Don't abort for unsupported graphics formats hw/display/xlnx_dp.c | 81 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 74 insertions(+), 7 deletions(-) -- 2.43.0
