aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)Author
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-10-04hw/display: introduce virtio-dmabufAlbert Esteve
2023-10-04Merge tag 'misc-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi
2023-10-03hw/display/ramfb: plug slight guest-triggerable leak on mode settingLaszlo Ersek
2023-10-03audio: propagate Error * out of audio_initMartin Kletzander
2023-09-22hw/display/xlnx_dp.c: Add audiodev propertyMartin Kletzander
2023-09-12virtio-gpu/win32: set the destroy function on loadMarc-André Lureau
2023-09-12vhost-user-gpu: support dmabuf modifiersErico Nunes
2023-09-08qxl: don't assert() if device isn't yet initializedMarc-André Lureau
2023-09-08hw/display/xlnx_dp: update commentsPeter Maydell
2023-08-31hw/display: spelling fixesMichael Tokarev
2023-08-07virtio-gpu: reset gfx resources in main threadMarc-André Lureau
2023-08-07virtio-gpu: free BHs, by implementing unrealizeMarc-André Lureau
2023-07-17virtio-gpu-udmabuf: correct naming of QemuDmaBuf size propertiesDongwon Kim
2023-07-17virtio-gpu: replace the surface with null surface when resettingDongwon Kim
2023-07-17virtio-gpu: fix potential divide-by-zero regressionMarc-André Lureau
2023-07-10hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX commentsAlex Bennée
2023-07-10vhost-user-gpu: implement get_edid frontend featureErico Nunes
2023-07-10virtio-gpu: refactor generate_edid function to virtio_gpu_baseErico Nunes
2023-06-27virtio-gpu-virgl: use D3D11_SHARE_TEXTURE when availableMarc-André Lureau
2023-06-27ui: add optional d3d texture pointer to scanout textureMarc-André Lureau
2023-06-27virtio-gpu-virgl: teach it to get the QEMU EGL displayMarc-André Lureau
2023-06-27virtio-gpu/win32: allocate shareable 2d resources/imagesMarc-André Lureau
2023-06-27virtio-gpu: OUT_OF_MEMORY if failing to create udmabufDongwon Kim
2023-06-27virtio-gpu-udmabuf: create udmabuf for blob even when iov_cnt == 1Dongwon Kim
2023-06-27virtio-gpu: Make non-gl display updates work again when blob=trueVivek Kasireddy
2023-06-27virtio-gpu: Optimize 2D resource data transferKeqian Zhu
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-05bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé
2023-05-28virtio-gpu: add a FIXME for virtio_gpu_load()Marc-André Lureau
2023-05-05hw/display/sm501: Remove unneeded increment from loopBALATON Zoltan
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov
2023-04-20hw/display: Compile vga.c as target-independent codeThomas Huth
2023-03-13ui: rename cursor_{put->unref}Marc-André Lureau
2023-03-09Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into stagingPeter Maydell
2023-03-08hw/display/sm501: Add debug property to control pixman usageBALATON Zoltan
2023-03-07hw/xen: Build PV backend drivers for CONFIG_XEN_BUSDavid Woodhouse
2023-03-07hw/xen: Use XEN_PAGE_SIZE in PV backend driversDavid Woodhouse
2023-03-07hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse
2023-02-27hw/display/sm501: Add fallbacks to pixman routinesBALATON Zoltan
2023-02-27hw/display/sm501: Implement more 2D raster operationsBALATON Zoltan
2023-02-27hw/display/sm501: Alias 'dma-offset' QOM property in chipset objectPhilippe Mathieu-Daudé
2023-02-27hw/display/sm501: Embed OHCI QOM child in chipsetPhilippe Mathieu-Daudé
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster
2023-02-05hw/display/sm501: Code style fixBALATON Zoltan
2023-02-05hw/display/sm501: Remove unneeded casts from void pointerBALATON Zoltan
2023-02-05hw/display/sm501: Remove parenthesis around constant macro definitionsBALATON Zoltan
2023-01-19Merge tag 'pull-monitor-2023-01-19' of https://repo.or.cz/qemu/armbru into st...Peter Maydell