index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
display
/
xlnx_dp.c
Age
Commit message (
Expand
)
Author
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2023-12-29
hw/display: Constify VMState
Richard Henderson
2023-10-03
audio: propagate Error * out of audio_init
Martin Kletzander
2023-09-22
hw/display/xlnx_dp.c: Add audiodev property
Martin Kletzander
2023-09-08
hw/display/xlnx_dp: update comments
Peter Maydell
2023-08-31
hw/display: spelling fixes
Michael Tokarev
2022-08-08
xlnx_dp: drop unsupported AUXCommand in xlnx_dp_aux_set_command
Qiang Liu
2022-06-08
xlnx_dp: Fix the interrupt disable logic
Sai Pavan Boddu
2022-06-08
xlnx_dp: Introduce a vblank signal
Sai Pavan Boddu
2022-06-08
xlnx_dp: fix the wrong register size
Frederic Konrad
2021-08-31
hw/display/xlnx_dp: fix an out-of-bounds read in xlnx_dp_read
Qiang Liu
2021-07-08
hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()
Philippe Mathieu-Daudé
2021-03-30
hw/display/xlnx_dp: Free FIFOs adding xlnx_dp_finalize()
Philippe Mathieu-Daudé
2020-06-15
auxbus: Eliminate aux_create_slave()
Markus Armbruster
2020-06-15
auxbus: Convert a use of qdev_set_parent_bus()
Markus Armbruster
2020-06-15
auxbus: New aux_bus_realize(), pairing with aux_bus_init()
Markus Armbruster
2020-06-15
auxbus: Rename aux_init_bus() to aux_bus_init()
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() manually
Markus Armbruster
2020-06-15
display/xlnx_dp: Fix to realize "i2c-ddc" and "aux-to-i2c-bridge"
Markus Armbruster
2020-05-28
hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()
Philippe Mathieu-Daudé
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2019-11-21
display: xlnx_dp: Provide sufficient bytes for silent audio channel
Sai Pavan Boddu
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-07-15
hw/display/xlnx_dp: Avoid crash when reading empty RX FIFO
Philippe Mathieu-Daudé
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-03-11
audio: use qapi AudioFormat instead of audfmt_e
Kővágó, Zoltán
2018-08-30
use dpy_gfx_update_full
Gerd Hoffmann
2018-07-17
hw/display/xlnx_dp: Move problematic code from instance_init to realize
Paolo Bonzini
2018-06-12
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
Marc-André Lureau
2018-06-08
xilinx-dp: Add trailing '\n' to qemu_log() call
Philippe Mathieu-Daudé
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2018-01-16
maint: Fix macros with broken 'do/while(0); ' usage
Eric Blake
2017-07-14
qom: enforce readonly nature of link's check callback
Igor Mammedov
2017-07-04
xilinx-dp: Add support for the yuy2 video format
Edgar E. Iglesias
2017-01-24
hw: Fix typos found by codespell
Stefan Weil
2016-07-07
xlnx_dp: fix iffy xlnx_dp_aux_push_tx_fifo
Paolo Bonzini
2016-06-14
introduce xlnx-dp
KONRAD Frederic