aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)Author
2024-09-12hw/display/vhost-user-gpu.c: fix vhost_user_gpu_chr_read()Haoran Zhang
2024-06-20stdvga: fix screen blankingGerd Hoffmann
2024-06-06virtio-gpu: fix v2 migrationMarc-André Lureau
2024-04-10hw/display/virtio-gpu: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé
2024-04-02vga: do not treat horiz pel panning value of 8 as "enabled"Paolo Bonzini
2024-04-02vga: adjust dirty memory region if pel panning is activePaolo Bonzini
2024-04-02vga: move computation of dirty memory region laterPaolo Bonzini
2024-04-02vga: merge conditionals on shift control registerPaolo Bonzini
2024-03-12Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Peter Maydell
2024-03-12virtio-gpu: fix scanout migration post-loadMarc-André Lureau
2024-03-12virtio-gpu: remove needless conditionMarc-André Lureau
2024-03-12bulk: Access existing variables initialized to &S->F when availablePhilippe Mathieu-Daudé
2024-03-12hw/display/macfb: Fix missing ERRP_GUARD() in macfb_nubus_realize()Zhao Liu
2024-03-08mips: do not list individual devices from configs/Paolo Bonzini
2024-02-27hw/usb: extract sysbus-ohci to a separate filePaolo Bonzini
2024-02-26hw/display/exynos4210_fimd: Pass frame buffer memory region as linkPhilippe Mathieu-Daudé
2024-02-26hw/display/pl110: Pass frame buffer memory region as link propertyPhilippe Mathieu-Daudé
2024-02-14virtio-gpu-rutabaga.c: override resource_destroy methodManos Pitsidianakis
2024-02-14virtio-gpu.c: add resource_destroy class methodManos Pitsidianakis
2024-02-14hw/display/virtio-gpu.c: use reset_bh class methodManos Pitsidianakis
2024-02-14virtio-gpu: Correct virgl_renderer_resource_get_info() error checkDmitry Osipenko
2024-01-18vga: sort-of implement word and double-word access modesPaolo Bonzini
2024-01-18vga: use latches in odd/even mode tooPaolo Bonzini
2024-01-18vga: reindent memory access codePaolo Bonzini
2024-01-18vga: optimize horizontal pel panning in 256-color modesPaolo Bonzini
2024-01-18vga: implement horizontal pel panning in graphics modesPaolo Bonzini
2024-01-18vga: mask addresses in non-VESA modes to 256kPaolo Bonzini
2024-01-18vga: introduce VGADisplayParamsPaolo Bonzini
2024-01-18vga: use common endian swap macrosPaolo Bonzini
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi
2024-01-08qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini
2023-12-31meson: remove CONFIG_ALLPaolo Bonzini
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini
2023-12-29hw/display: Constify VMStateRichard Henderson
2023-12-26Fix bugs when VM shutdown with virtio-gpu unpluggedwangmeiling
2023-11-13hw/display/vmware_vga: fix probably typoAlexandra Diupina
2023-11-07hw/display/ati: allow compiling without PIXMANMarc-André Lureau
2023-11-07hw/sm501: allow compiling without PIXMANMarc-André Lureau
2023-11-07arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMANMarc-André Lureau
2023-11-07ui/spice: SPICE/QXL requires PIXMANMarc-André Lureau
2023-11-07vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMANMarc-André Lureau
2023-11-07virtio-gpu: replace PIXMAN for region/rect testMarc-André Lureau
2023-11-07Merge tag 'gpu-pull-request' of https://gitlab.com/marcandre.lureau/qemu into...Stefan Hajnoczi
2023-11-06Revert "virtio-gpu: block migration of VMs with blob=true"Marc-André Lureau
2023-11-06virtio-gpu: add virtio-gpu/blob vmstate subsectionMarc-André Lureau
2023-11-06virtio-gpu: move scanout restoration to post_loadMarc-André Lureau
2023-11-06virtio-gpu: factor out restore mappingMarc-André Lureau
2023-11-06virtio-gpu: block migration of VMs with blob=trueMarc-André Lureau