aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
2023-04-20hw/display: Compile vga.c as target-independent codeThomas Huth2-10/+23
2023-03-13ui: rename cursor_{put->unref}Marc-André Lureau3-5/+5
2023-03-09Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into stagingPeter Maydell2-16/+18
2023-03-08hw/display/sm501: Add debug property to control pixman usageBALATON Zoltan1-3/+15
2023-03-07hw/xen: Build PV backend drivers for CONFIG_XEN_BUSDavid Woodhouse1-1/+1
2023-03-07hw/xen: Use XEN_PAGE_SIZE in PV backend driversDavid Woodhouse1-6/+6
2023-03-07hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse1-9/+11
2023-02-27hw/display/sm501: Add fallbacks to pixman routinesBALATON Zoltan1-23/+52
2023-02-27hw/display/sm501: Implement more 2D raster operationsBALATON Zoltan1-1/+29
2023-02-27hw/display/sm501: Alias 'dma-offset' QOM property in chipset objectPhilippe Mathieu-Daudé1-5/+2
2023-02-27hw/display/sm501: Embed OHCI QOM child in chipsetPhilippe Mathieu-Daudé1-7/+10
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth3-0/+3
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster1-1/+0
2023-02-05hw/display/sm501: Code style fixBALATON Zoltan1-1/+2
2023-02-05hw/display/sm501: Remove unneeded casts from void pointerBALATON Zoltan1-11/+11
2023-02-05hw/display/sm501: Remove parenthesis around constant macro definitionsBALATON Zoltan1-197/+197
2023-01-19Merge tag 'pull-monitor-2023-01-19' of https://repo.or.cz/qemu/armbru into st...Peter Maydell3-28/+1
2023-01-19Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...Peter Maydell1-1/+1
2023-01-19ui/spice: QXLInterface method set_mm_time() is now dead, dropMarkus Armbruster2-20/+0
2023-01-19ui/spice: Require spice-server >= 0.14.0Markus Armbruster2-8/+1
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé3-8/+8
2023-01-16hw/display: Move omap_lcdc.c out of target-specific source setPhilippe Mathieu-Daudé1-1/+1
2023-01-12hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé2-13/+11
2023-01-11hw/display: avoid creating empty loadable modulesDaniel P. Berrangé1-8/+12
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster7-8/+7
2023-01-08virtio: introduce macro VIRTIO_CONFIG_IRQ_IDXCindy Lu1-0/+18
2022-12-16hw/display/virtio-vga: Convert TYPE_VIRTIO_VGA_BASE to 3-phase resetPeter Maydell2-7/+10
2022-12-15hw: Include the VMWare devices only in the x86 targetsThomas Huth1-1/+1
2022-12-03hw/display/next-fb: Fix comment typoEvgeny Ermakov1-1/+1
2022-11-29hw/display/qxl: Assert memory slot fits in preallocated MemoryRegionPhilippe Mathieu-Daudé1-0/+1
2022-11-29hw/display/qxl: Avoid buffer overrun in qxl_phys2virt (CVE-2022-4144)Philippe Mathieu-Daudé2-5/+24
2022-11-29hw/display/qxl: Pass requested buffer size to qxl_phys2virt()Philippe Mathieu-Daudé4-13/+36
2022-11-29hw/display/qxl: Document qxl_phys2virt()Philippe Mathieu-Daudé1-0/+19
2022-11-29hw/display/qxl: Have qxl_log_command Return early if no log_cmd handlerPhilippe Mathieu-Daudé1-0/+11
2022-11-10display: include dependencies explicitlyMichael S. Tsirkin9-1/+8
2022-11-08Merge tag 'pull-request-2022-11-08' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi6-1509/+1509
2022-11-08hw/display: fix tab indentationAmarjargal Gundjalam6-1509/+1509
2022-11-07acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptorsIgor Mammedov5-0/+56
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster1-1/+1
2022-10-12cirrus_vga: fix potential memory overflowlu zhipeng1-1/+1
2022-09-29vhost-user: Call qemu_socketpair() instead of socketpair()Guoyi Tu1-1/+2
2022-09-27virtio-gpu: update scanout if there is any area covered by the rectDongwon Kim1-3/+4
2022-09-27hw/display/ati_2d: Fix buffer overflow in ati_2d_blt (CVE-2021-3638)Philippe Mathieu-Daudé1-3/+3
2022-08-08xlnx_dp: drop unsupported AUXCommand in xlnx_dp_aux_set_commandQiang Liu1-2/+2
2022-07-28vga: fix incorrect line height in 640x200x2 modePaolo Bonzini1-1/+2
2022-07-26hw/display/bcm2835_fb: Fix framebuffer allocation addressAlan Jian1-2/+1
2022-06-30hw/i2c: add asynchronous sendKlaus Jensen2-0/+4
2022-06-26artist: set memory region owners for buffers to the artist deviceMark Cave-Ayland1-1/+1
2022-06-14virtio-gpu: Respect UI refresh rate for EDIDAkihiko Odaki2-0/+2
2022-06-14ui: Deliver refresh rate via QemuUIInfoAkihiko Odaki1-3/+11