aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
2024-01-18vga: sort-of implement word and double-word access modesPaolo Bonzini2-24/+69
2024-01-18vga: use latches in odd/even mode tooPaolo Bonzini1-26/+12
2024-01-18vga: reindent memory access codePaolo Bonzini1-96/+105
2024-01-18vga: optimize horizontal pel panning in 256-color modesPaolo Bonzini1-0/+12
2024-01-18vga: implement horizontal pel panning in graphics modesPaolo Bonzini4-32/+111
2024-01-18vga: mask addresses in non-VESA modes to 256kPaolo Bonzini2-4/+8
2024-01-18vga: introduce VGADisplayParamsPaolo Bonzini3-69/+52
2024-01-18vga: use common endian swap macrosPaolo Bonzini1-48/+17
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi1-1/+1
2024-01-08qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi1-1/+1
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-3/+5
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini1-1/+1
2023-12-31meson: remove CONFIG_ALLPaolo Bonzini1-1/+0
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini1-2/+5
2023-12-29hw/display: Constify VMStateRichard Henderson27-45/+45
2023-12-26Fix bugs when VM shutdown with virtio-gpu unpluggedwangmeiling1-0/+4
2023-11-13hw/display/vmware_vga: fix probably typoAlexandra Diupina1-2/+2
2023-11-07hw/display/ati: allow compiling without PIXMANMarc-André Lureau3-4/+23
2023-11-07hw/sm501: allow compiling without PIXMANMarc-André Lureau1-13/+32
2023-11-07arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMANMarc-André Lureau2-1/+6
2023-11-07ui/spice: SPICE/QXL requires PIXMANMarc-André Lureau1-1/+1
2023-11-07vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMANMarc-André Lureau1-0/+2
2023-11-07virtio-gpu: replace PIXMAN for region/rect testMarc-André Lureau1-19/+11
2023-11-07Merge tag 'gpu-pull-request' of https://gitlab.com/marcandre.lureau/qemu into...Stefan Hajnoczi7-67/+250
2023-11-06Revert "virtio-gpu: block migration of VMs with blob=true"Marc-André Lureau1-14/+0
2023-11-06virtio-gpu: add virtio-gpu/blob vmstate subsectionMarc-André Lureau1-0/+101
2023-11-06virtio-gpu: move scanout restoration to post_loadMarc-André Lureau1-1/+12
2023-11-06virtio-gpu: factor out restore mappingMarc-André Lureau1-27/+33
2023-11-06virtio-gpu: block migration of VMs with blob=trueMarc-André Lureau1-0/+14
2023-11-06ati-vga: Implement fallback for pixman routinesBALATON Zoltan3-22/+62
2023-11-06ati-vga: Add 30 bit palette access registerBALATON Zoltan4-0/+12
2023-11-06ati-vga: Support unaligned access to GPIO DDC registersBALATON Zoltan1-15/+22
2023-11-06ati-vga: Fix aperture sizesBALATON Zoltan3-2/+7
2023-11-06virtio-gpu-rutabaga: Add empty interface to fix arm64 crashCong Liu1-0/+1
2023-11-05macfb: allow reads from the DAFB_LUT registerMark Cave-Ayland1-0/+5
2023-11-05macfb: allow larger write accesses to the DAFB_LUT registerMark Cave-Ayland1-3/+3
2023-11-05macfb: rename DAFB_RESET to DAFB_LUT_INDEXMark Cave-Ayland1-3/+3
2023-11-05macfb: don't clear interrupts when writing to DAFB_RESETMark Cave-Ayland1-2/+0
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