summary refs log tree commit diff stats
path: root/hw/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/usb: extract sysbus-ohci to a separate filePaolo Bonzini2024-02-271-0/+1
* hw/display/exynos4210_fimd: Pass frame buffer memory region as linkPhilippe Mathieu-Daudé2024-02-261-3/+16
* hw/display/pl110: Pass frame buffer memory region as link propertyPhilippe Mathieu-Daudé2024-02-261-4/+16
* virtio-gpu-rutabaga.c: override resource_destroy methodManos Pitsidianakis2024-02-141-12/+35
* virtio-gpu.c: add resource_destroy class methodManos Pitsidianakis2024-02-141-3/+22
* hw/display/virtio-gpu.c: use reset_bh class methodManos Pitsidianakis2024-02-141-1/+1
* virtio-gpu: Correct virgl_renderer_resource_get_info() error checkDmitry Osipenko2024-02-141-1/+1
* vga: sort-of implement word and double-word access modesPaolo Bonzini2024-01-182-24/+69
* vga: use latches in odd/even mode tooPaolo Bonzini2024-01-181-26/+12
* vga: reindent memory access codePaolo Bonzini2024-01-181-96/+105
* vga: optimize horizontal pel panning in 256-color modesPaolo Bonzini2024-01-181-0/+12
* vga: implement horizontal pel panning in graphics modesPaolo Bonzini2024-01-184-32/+111
* vga: mask addresses in non-VESA modes to 256kPaolo Bonzini2024-01-182-4/+8
* vga: introduce VGADisplayParamsPaolo Bonzini2024-01-183-69/+52
* vga: use common endian swap macrosPaolo Bonzini2024-01-181-48/+17
* Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi2024-01-081-1/+1
* qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi2024-01-081-1/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2024-01-041-3/+5
|\
| * configure, meson: rename targetos to host_osPaolo Bonzini2023-12-311-1/+1
| * meson: remove CONFIG_ALLPaolo Bonzini2023-12-311-1/+0
| * meson: remove OS definitions from config_targetosPaolo Bonzini2023-12-311-2/+5
* | hw/display: Constify VMStateRichard Henderson2023-12-2927-45/+45
* | Fix bugs when VM shutdown with virtio-gpu unpluggedwangmeiling2023-12-261-0/+4
|/
* hw/display/vmware_vga: fix probably typoAlexandra Diupina2023-11-131-2/+2
* hw/display/ati: allow compiling without PIXMANMarc-André Lureau2023-11-073-4/+23
* hw/sm501: allow compiling without PIXMANMarc-André Lureau2023-11-071-13/+32
* arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMANMarc-André Lureau2023-11-072-1/+6
* ui/spice: SPICE/QXL requires PIXMANMarc-André Lureau2023-11-071-1/+1
* vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMANMarc-André Lureau2023-11-071-0/+2
* virtio-gpu: replace PIXMAN for region/rect testMarc-André Lureau2023-11-071-19/+11
* Merge tag 'gpu-pull-request' of https://gitlab.com/marcandre.lureau/qemu into...Stefan Hajnoczi2023-11-077-67/+250
|\
| * Revert "virtio-gpu: block migration of VMs with blob=true"Marc-André Lureau2023-11-061-14/+0
| * virtio-gpu: add virtio-gpu/blob vmstate subsectionMarc-André Lureau2023-11-061-0/+101
| * virtio-gpu: move scanout restoration to post_loadMarc-André Lureau2023-11-061-1/+12
| * virtio-gpu: factor out restore mappingMarc-André Lureau2023-11-061-27/+33
| * virtio-gpu: block migration of VMs with blob=trueMarc-André Lureau2023-11-061-0/+14
| * ati-vga: Implement fallback for pixman routinesBALATON Zoltan2023-11-063-22/+62
| * ati-vga: Add 30 bit palette access registerBALATON Zoltan2023-11-064-0/+12
| * ati-vga: Support unaligned access to GPIO DDC registersBALATON Zoltan2023-11-061-15/+22
| * ati-vga: Fix aperture sizesBALATON Zoltan2023-11-063-2/+7
| * virtio-gpu-rutabaga: Add empty interface to fix arm64 crashCong Liu2023-11-061-0/+1
* | macfb: allow reads from the DAFB_LUT registerMark Cave-Ayland2023-11-051-0/+5
* | macfb: allow larger write accesses to the DAFB_LUT registerMark Cave-Ayland2023-11-051-3/+3
* | macfb: rename DAFB_RESET to DAFB_LUT_INDEXMark Cave-Ayland2023-11-051-3/+3
* | macfb: don't clear interrupts when writing to DAFB_RESETMark Cave-Ayland2023-11-051-2/+0
|/
* Merge tag 'pull-target-arm-20231102' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2023-11-032-2/+2
|\
| * docs/specs/standard-vga: Convert to rSTPeter Maydell2023-11-022-2/+2
* | migration: Use vmstate_register_any() for vmware_vgaJuan Quintela2023-11-011-1/+1
|/
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2023-10-231-2/+10
|\
| * hw/display: fix memleak from virtio_add_resourceMatheus Tavares Bernardino2023-10-221-2/+10