summary refs log tree commit diff stats
path: root/hw/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/display : Add device DM163Inès Varhol2024-04-304-0/+367
* exec: Declare target_words_bigendian() in 'exec/tswap.h'Philippe Mathieu-Daudé2024-04-261-1/+1
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-251-2/+2
* vga: move dirty memory region code togetherPaolo Bonzini2024-04-181-4/+4
* vga: optimize computation of dirty memory regionPaolo Bonzini2024-04-181-17/+7
* ramfb: move stubs out of stubs/Paolo Bonzini2024-04-182-1/+16
* hw/display/virtio-gpu: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé2024-04-101-4/+2
* vga: do not treat horiz pel panning value of 8 as "enabled"Paolo Bonzini2024-04-021-1/+3
* vga: adjust dirty memory region if pel panning is activePaolo Bonzini2024-04-021-1/+4
* vga: move computation of dirty memory region laterPaolo Bonzini2024-04-021-25/+25
* vga: merge conditionals on shift control registerPaolo Bonzini2024-04-021-47/+42
* Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Peter Maydell2024-03-121-17/+41
|\
| * virtio-gpu: fix scanout migration post-loadMarc-André Lureau2024-03-121-10/+41
| * virtio-gpu: remove needless conditionMarc-André Lureau2024-03-121-7/+0
* | bulk: Access existing variables initialized to &S->F when availablePhilippe Mathieu-Daudé2024-03-121-1/+1
* | hw/display/macfb: Fix missing ERRP_GUARD() in macfb_nubus_realize()Zhao Liu2024-03-121-0/+1
|/
* mips: do not list individual devices from configs/Paolo Bonzini2024-03-081-1/+1
* 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