aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-14ui/console: Do not return a value with ui_infoAkihiko Odaki2-6/+5
2022-06-14virtio-gpu: update done only on the scanout associated with rectDongwon Kim1-0/+3
2022-06-08xlnx_dp: Fix the interrupt disable logicSai Pavan Boddu1-1/+1
2022-06-08xlnx_dp: Introduce a vblank signalSai Pavan Boddu1-4/+26
2022-06-08xlnx_dp: fix the wrong register sizeFrederic Konrad1-7/+10
2022-06-06modules: introduces module_kconfig directiveJose R. Ziviani11-0/+11
2022-05-18Merge tag 'artist-cursor-fix-final-pull-request' of https://github.com/hdelle...Richard Henderson1-43/+125
2022-05-16artist: Fix X cursor position calculation in X11Helge Deller1-16/+22
2022-05-16artist: Emulate screen blankingHelge Deller1-0/+30
2022-05-16artist: Allow to turn cursor on or offHelge Deller1-0/+14
2022-05-16artist: Fix vertical X11 cursor position in HP-UXHelge Deller1-5/+9
2022-05-16artist: Use human-readable variable names instead of reg_xxxHelge Deller1-23/+49
2022-05-16artist: Introduce constant for max cursor sizeHelge Deller1-4/+6
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer1-0/+7
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer1-1/+1
2022-05-08artist: only render dirty scanlines on the display surfaceMark Cave-Ayland1-1/+3
2022-05-08artist: remove unused ROP8OFF() macroMark Cave-Ayland1-6/+0
2022-05-08artist: checkpatch and newline style fixesMark Cave-Ayland1-12/+11
2022-04-22hw/display/vmware_vga: do not discard screen updatesCarwyn Ellis2-18/+24
2022-04-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson9-20/+16
2022-04-07ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)Mauro Matteo Cascella2-0/+9
2022-04-07display/qxl-render: fix race condition in qxl_cursor (CVE-2021-4207)Mauro Matteo Cascella1-1/+1