aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/display.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-09vfio/display: Fix vfio_display_edid_init() error pathZhenzhong Duan1-6/+7
2024-07-09vfio/display: Fix potential memleak of edid infoZhenzhong Duan1-0/+3
2024-05-22vfio/display: Make vfio_display_*() return boolZhenzhong Duan1-10/+10
2024-05-22vfio/display: Fix error path in call site of ramfb_setup()Zhenzhong Duan1-0/+6
2024-05-14ui/console: Use qemu_dmabuf_new() and free() helpers insteadDongwon Kim1-14/+12
2024-05-14ui/console: Use qemu_dmabuf_get_..() helpers insteadDongwon Kim1-4/+8
2023-12-30hw/vfio: Constify VMStateRichard Henderson1-1/+1
2023-10-18hw/vfio: add ramfb migration supportMarc-André Lureau1-0/+21
2023-10-05vfio/display: Fix missing update to set backing fieldsAlex Williamson1-0/+2
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson1-0/+1
2022-06-14ui/console: Do not return a value with ui_infoAkihiko Odaki1-5/+3
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-02-04ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau1-0/+6
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2020-07-16vfio: fix use-after-free in displayGerd Hoffmann1-0/+1
2020-05-18Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"Gerd Hoffmann1-2/+2
2020-02-18hw/vfio/display: Remove superfluous semicolonPhilippe Mathieu-Daudé1-1/+1
2019-06-07vfio/display: set dmabuf modifier fieldGerd Hoffmann1-0/+1
2019-05-24hw/display/ramfb: initialize fw-config space with xres/ yresHou Qiming1-2/+2
2019-03-11vfio/display: delay link up eventGerd Hoffmann1-5/+25
2019-03-11vfio/display: add xres + yres propertiesGerd Hoffmann1-2/+10
2019-03-11vfio/display: add edid support.Gerd Hoffmann1-0/+141
2018-10-15hw/vfio/display: add ramfb supportGerd Hoffmann1-0/+12
2018-04-27ui: introduce vfio_display_resetTina Zhang1-0/+11
2018-03-13vfio/display: adding dmabuf supportGerd Hoffmann1-2/+180
2018-03-13vfio/display: adding region supportGerd Hoffmann1-2/+115
2018-03-13vfio/display: core & wireupGerd Hoffmann1-0/+56