aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau4-4/+0
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-1/+1
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau5-14/+14
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau1-1/+1
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster4-6/+6
2022-03-18hw/display/vga: Report a proper error when adding a 2nd ISA VGAThomas Huth1-0/+6
2022-03-18hw/display: Allow vga_common_init() to return errorsThomas Huth11-13/+42
2022-03-18hw/display/cirrus_vga: Clean up indentation in pci_cirrus_vga_realize()Thomas Huth1-28/+29
2022-03-09macfb: set initial value of mode control registers in macfb_common_realize()Mark Cave-Ayland1-0/+8
2022-03-09macfb: add VMStateDescription fields for display type and VBL timerMark Cave-Ayland1-0/+2
2022-03-09macfb: increase number of registers saved in MacfbStateMark Cave-Ayland1-0/+8
2022-03-09macfb: don't use special irq_state and irq_mask variables in MacfbStateMark Cave-Ayland1-8/+7
2022-03-09macfb: add VMStateDescription for MacfbNubusState and MacfbSysBusStateMark Cave-Ayland1-2/+22
2022-03-04hw/display/vmware_vga: replace fprintf calls with trace eventsCarwyn Ellis2-12/+21
2022-03-04edid: Fix clock of Detailed Timing DescriptorAkihiko Odaki1-34/+32
2022-02-22Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell1-0/+1
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow4-5/+5
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2022-02-02Merge remote-tracking branch 'remotes/hdeller/tags/hppa-updates-pull-request'...Peter Maydell2-268/+203
2022-02-02hw/display/artist: Fix draw_line() artefactsSven Schnelle1-2/+3
2022-02-02hw/display/artist: Mouse cursor fixes for HP-UXHelge Deller1-8/+34
2022-02-02hw/display/artist: rewrite vram access mode handlingSven Schnelle2-258/+166
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell1-1/+0
2022-01-18spice: Update QXLInterface for spice >= 0.15.0John Snow1-1/+13
2022-01-13edid: Added support for 4k@60 Hz monitorSatyeshwar Singh1-0/+3
2022-01-13edid: set default resolution to 1280x800 (WXGA)Daniel P. Berrangé1-2/+2
2022-01-13hw/mips/jazz: Inline vga_mmio_init() and remove itPhilippe Mathieu-Daudé1-19/+0
2022-01-13hw/display/vga-mmio: QOM'ify vga_mmio_init() as TYPE_VGA_MMIOPhilippe Mathieu-Daudé1-34/+86
2022-01-13hw/display/vga-mmio: Inline vga_mm_init()Philippe Mathieu-Daudé1-16/+9
2022-01-13hw/display: Rename VGA_ISA_MM -> VGA_MMIOPhilippe Mathieu-Daudé3-12/+11
2022-01-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-6/+0
2022-01-10Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin1-6/+0
2022-01-09macfb: fix VRAM dirty memory region loggingMark Cave-Ayland1-1/+1
2022-01-06virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu1-0/+6
2021-12-30dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-4/+6
2021-12-21ui: move qemu_spice_fill_device_address to ui/util.cMarc-André Lureau1-1/+6
2021-12-21ui: simplify gl unblock & flushMarc-André Lureau3-13/+5
2021-12-21virtio-gpu: use VIRTIO_GPU_RESOURCE_FLAG_Y_0_TOPMarc-André Lureau1-1/+1
2021-12-21hw/display: report an error if virgl initialization failedMarc-André Lureau1-0/+1
2021-12-06Revert "vga: don't abort when adding a duplicate isa-vga device"Alex Bennée1-10/+0
2021-11-09macfb: fix a memory leak (CID 1465231)Laurent Vivier1-7/+4
2021-11-05virtio-gpu: splitting one extended mode guest fb into n-scanoutsDongwon Kim3-11/+18