aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Merge tag 'pull-target-arm-20231102' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2-2/+2
2023-11-02docs/specs/standard-vga: Convert to rSTPeter Maydell2-2/+2
2023-11-01migration: Use vmstate_register_any() for vmware_vgaJuan Quintela1-1/+1
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-2/+10
2023-10-22hw/display: fix memleak from virtio_add_resourceMatheus Tavares Bernardino1-2/+10
2023-10-20Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi1-6/+2
2023-10-20migration: simplify blockersSteve Sistare1-6/+2
2023-10-19ui/input: Constify QemuInputHandler structurePhilippe Mathieu-Daudé1-3/+3
2023-10-19hw/display/virtio-gpu: Use VIRTIO_DEVICE() macroPhilippe Mathieu-Daudé1-1/+1
2023-10-18ramfb-standalone: add migration supportMarc-André Lureau1-0/+27
2023-10-18ramfb: add migration supportMarc-André Lureau1-0/+19
2023-10-16gfxstream + rutabaga: enable rutabagaGurchetan Singh2-3/+5
2023-10-16gfxstream + rutabaga: meson supportGurchetan Singh1-0/+22
2023-10-16gfxstream + rutabaga: add initial support for gfxstreamGurchetan Singh3-0/+1217
2023-10-16virtio-gpu: blob prepAntonio Caggiano1-7/+3
2023-10-16virtio-gpu: hostmemGerd Hoffmann3-9/+39
2023-10-16virtio-gpu: CONTEXT_INIT featureAntonio Caggiano1-0/+3
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2-0/+139
2023-10-04hw/display: introduce virtio-dmabufAlbert Esteve2-0/+139
2023-10-04Merge tag 'misc-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi1-0/+1
2023-10-03hw/display/ramfb: plug slight guest-triggerable leak on mode settingLaszlo Ersek1-0/+1
2023-10-03audio: propagate Error * out of audio_initMartin Kletzander1-2/+4
2023-09-22hw/display/xlnx_dp.c: Add audiodev propertyMartin Kletzander1-0/+6
2023-09-12virtio-gpu/win32: set the destroy function on loadMarc-André Lureau1-1/+3
2023-09-12vhost-user-gpu: support dmabuf modifiersErico Nunes1-1/+16
2023-09-08qxl: don't assert() if device isn't yet initializedMarc-André Lureau1-1/+4
2023-09-08hw/display/xlnx_dp: update commentsPeter Maydell1-3/+6
2023-08-31hw/display: spelling fixesMichael Tokarev5-5/+5
2023-08-07virtio-gpu: reset gfx resources in main threadMarc-André Lureau1-7/+31
2023-08-07virtio-gpu: free BHs, by implementing unrealizeMarc-André Lureau2-1/+11
2023-07-17virtio-gpu-udmabuf: correct naming of QemuDmaBuf size propertiesDongwon Kim1-6/+6
2023-07-17virtio-gpu: replace the surface with null surface when resettingDongwon Kim1-0/+5
2023-07-17virtio-gpu: fix potential divide-by-zero regressionMarc-André Lureau1-7/+9
2023-07-10hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX commentsAlex Bennée1-2/+2
2023-07-10vhost-user-gpu: implement get_edid frontend featureErico Nunes1-0/+32
2023-07-10virtio-gpu: refactor generate_edid function to virtio_gpu_baseErico Nunes2-19/+18
2023-06-27virtio-gpu-virgl: use D3D11_SHARE_TEXTURE when availableMarc-André Lureau1-5/+19
2023-06-27ui: add optional d3d texture pointer to scanout textureMarc-André Lureau1-1/+3
2023-06-27virtio-gpu-virgl: teach it to get the QEMU EGL displayMarc-André Lureau1-1/+16
2023-06-27virtio-gpu/win32: allocate shareable 2d resources/imagesMarc-André Lureau1-3/+43
2023-06-27virtio-gpu: OUT_OF_MEMORY if failing to create udmabufDongwon Kim1-1/+3
2023-06-27virtio-gpu-udmabuf: create udmabuf for blob even when iov_cnt == 1Dongwon Kim1-1/+2
2023-06-27virtio-gpu: Make non-gl display updates work again when blob=trueVivek Kasireddy1-5/+22
2023-06-27virtio-gpu: Optimize 2D resource data transferKeqian Zhu1-11/+11
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis1-1/+1
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-44/+44
2023-06-05bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé1-2/+2
2023-05-28virtio-gpu: add a FIXME for virtio_gpu_load()Marc-André Lureau1-0/+1
2023-05-05hw/display/sm501: Remove unneeded increment from loopBALATON Zoltan1-1/+1
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov2-5/+10