aboutsummaryrefslogtreecommitdiff
path: root/hw/display/xlnx_dp.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-15hw/display/xlnx_dp: Avoid crash when reading empty RX FIFOPhilippe Mathieu-Daudé1-4/+11
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-03-11audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán1-1/+1
2018-08-30use dpy_gfx_update_fullGerd Hoffmann1-2/+1
2018-07-17hw/display/xlnx_dp: Move problematic code from instance_init to realizePaolo Bonzini1-1/+7
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau1-1/+1
2018-06-08xilinx-dp: Add trailing '\n' to qemu_log() callPhilippe Mathieu-Daudé1-1/+3
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake1-1/+1
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov1-1/+1
2017-07-04xilinx-dp: Add support for the yuy2 video formatEdgar E. Iglesias1-0/+3
2017-01-24hw: Fix typos found by codespellStefan Weil1-2/+2
2016-07-07xlnx_dp: fix iffy xlnx_dp_aux_push_tx_fifoPaolo Bonzini1-4/+6
2016-06-14introduce xlnx-dpKONRAD Frederic1-0/+1336