aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)Author
2023-05-28virtio-gpu: add a FIXME for virtio_gpu_load()Marc-André Lureau
2023-05-05hw/display/sm501: Remove unneeded increment from loopBALATON Zoltan
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov
2023-04-20hw/display: Compile vga.c as target-independent codeThomas Huth
2023-03-13ui: rename cursor_{put->unref}Marc-André Lureau
2023-03-09Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into stagingPeter Maydell
2023-03-08hw/display/sm501: Add debug property to control pixman usageBALATON Zoltan
2023-03-07hw/xen: Build PV backend drivers for CONFIG_XEN_BUSDavid Woodhouse
2023-03-07hw/xen: Use XEN_PAGE_SIZE in PV backend driversDavid Woodhouse
2023-03-07hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse
2023-02-27hw/display/sm501: Add fallbacks to pixman routinesBALATON Zoltan
2023-02-27hw/display/sm501: Implement more 2D raster operationsBALATON Zoltan
2023-02-27hw/display/sm501: Alias 'dma-offset' QOM property in chipset objectPhilippe Mathieu-Daudé
2023-02-27hw/display/sm501: Embed OHCI QOM child in chipsetPhilippe Mathieu-Daudé
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster
2023-02-05hw/display/sm501: Code style fixBALATON Zoltan
2023-02-05hw/display/sm501: Remove unneeded casts from void pointerBALATON Zoltan
2023-02-05hw/display/sm501: Remove parenthesis around constant macro definitionsBALATON Zoltan
2023-01-19Merge tag 'pull-monitor-2023-01-19' of https://repo.or.cz/qemu/armbru into st...Peter Maydell
2023-01-19Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...Peter Maydell
2023-01-19ui/spice: QXLInterface method set_mm_time() is now dead, dropMarkus Armbruster
2023-01-19ui/spice: Require spice-server >= 0.14.0Markus Armbruster
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2023-01-16hw/display: Move omap_lcdc.c out of target-specific source setPhilippe Mathieu-Daudé
2023-01-12hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé
2023-01-11hw/display: avoid creating empty loadable modulesDaniel P. Berrangé
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2023-01-08virtio: introduce macro VIRTIO_CONFIG_IRQ_IDXCindy Lu
2022-12-16hw/display/virtio-vga: Convert TYPE_VIRTIO_VGA_BASE to 3-phase resetPeter Maydell
2022-12-15hw: Include the VMWare devices only in the x86 targetsThomas Huth
2022-12-03hw/display/next-fb: Fix comment typoEvgeny Ermakov
2022-11-29hw/display/qxl: Assert memory slot fits in preallocated MemoryRegionPhilippe Mathieu-Daudé
2022-11-29hw/display/qxl: Avoid buffer overrun in qxl_phys2virt (CVE-2022-4144)Philippe Mathieu-Daudé
2022-11-29hw/display/qxl: Pass requested buffer size to qxl_phys2virt()Philippe Mathieu-Daudé
2022-11-29hw/display/qxl: Document qxl_phys2virt()Philippe Mathieu-Daudé
2022-11-29hw/display/qxl: Have qxl_log_command Return early if no log_cmd handlerPhilippe Mathieu-Daudé
2022-11-10display: include dependencies explicitlyMichael S. Tsirkin
2022-11-08Merge tag 'pull-request-2022-11-08' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2022-11-08hw/display: fix tab indentationAmarjargal Gundjalam
2022-11-07acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptorsIgor Mammedov
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster
2022-10-12cirrus_vga: fix potential memory overflowlu zhipeng
2022-09-29vhost-user: Call qemu_socketpair() instead of socketpair()Guoyi Tu
2022-09-27virtio-gpu: update scanout if there is any area covered by the rectDongwon Kim
2022-09-27hw/display/ati_2d: Fix buffer overflow in ati_2d_blt (CVE-2021-3638)Philippe Mathieu-Daudé
2022-08-08xlnx_dp: drop unsupported AUXCommand in xlnx_dp_aux_set_commandQiang Liu
2022-07-28vga: fix incorrect line height in 640x200x2 modePaolo Bonzini
2022-07-26hw/display/bcm2835_fb: Fix framebuffer allocation addressAlan Jian
2022-06-30hw/i2c: add asynchronous sendKlaus Jensen