summaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)Author
2022-02-02Merge remote-tracking branch 'remotes/hdeller/tags/hppa-updates-pull-request'...Peter Maydell
2022-02-02hw/display/artist: Fix draw_line() artefactsSven Schnelle
2022-02-02hw/display/artist: Mouse cursor fixes for HP-UXHelge Deller
2022-02-02hw/display/artist: rewrite vram access mode handlingSven Schnelle
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell
2022-01-18spice: Update QXLInterface for spice >= 0.15.0John Snow
2022-01-13edid: Added support for 4k@60 Hz monitorSatyeshwar Singh
2022-01-13edid: set default resolution to 1280x800 (WXGA)Daniel P. Berrangé
2022-01-13hw/mips/jazz: Inline vga_mmio_init() and remove itPhilippe Mathieu-Daudé
2022-01-13hw/display/vga-mmio: QOM'ify vga_mmio_init() as TYPE_VGA_MMIOPhilippe Mathieu-Daudé
2022-01-13hw/display/vga-mmio: Inline vga_mm_init()Philippe Mathieu-Daudé
2022-01-13hw/display: Rename VGA_ISA_MM -> VGA_MMIOPhilippe Mathieu-Daudé
2022-01-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2022-01-10Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin
2022-01-09macfb: fix VRAM dirty memory region loggingMark Cave-Ayland
2022-01-06virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu
2021-12-30dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-21ui: move qemu_spice_fill_device_address to ui/util.cMarc-André Lureau
2021-12-21ui: simplify gl unblock & flushMarc-André Lureau
2021-12-21virtio-gpu: use VIRTIO_GPU_RESOURCE_FLAG_Y_0_TOPMarc-André Lureau
2021-12-21hw/display: report an error if virgl initialization failedMarc-André Lureau
2021-12-06Revert "vga: don't abort when adding a duplicate isa-vga device"Alex Bennée
2021-11-09macfb: fix a memory leak (CID 1465231)Laurent Vivier
2021-11-05virtio-gpu: splitting one extended mode guest fb into n-scanoutsDongwon Kim
2021-11-02ui/gtk: skip any extra draw of same guest scanout blob resDongwon Kim
2021-10-08macfb: add vertical blank interruptMark Cave-Ayland
2021-10-08macfb: fix 24-bit RGB pixel encodingMark Cave-Ayland
2021-10-08macfb: fix up 1-bit pixel encodingMark Cave-Ayland
2021-10-08macfb: add common monitor modes supported by the MacOS toolbox ROMMark Cave-Ayland
2021-10-08macfb: add qdev property to specify display typeMark Cave-Ayland
2021-10-08macfb: implement mode sense to allow display type to be detectedMark Cave-Ayland
2021-10-08macfb: add trace events for reading and writing the control registersMark Cave-Ayland
2021-10-08macfb: use memory_region_init_ram() in macfb_common_realize() for the framebu...Mark Cave-Ayland
2021-10-08macfb: fix overflow of color_palette arrayMark Cave-Ayland
2021-10-08macfb: fix invalid object reference in macfb_common_realize()Mark Cave-Ayland
2021-10-08macfb: update macfb.c to use the Error API best practicesMark Cave-Ayland
2021-10-08macfb: handle errors that occur during realizeMark Cave-Ayland
2021-09-29macfb: don't register declaration ROMMark Cave-Ayland
2021-09-15virtio-gpu: Add gl_flushed callbackVivek Kasireddy
2021-09-15ui: Create sync objects and fences only for blobsVivek Kasireddy
2021-09-15qxl: fix pre-save logicGerd Hoffmann
2021-08-31hw/display/artist: Fix bug in coordinate extraction in artist_vram_read() and...Helge Deller
2021-08-31hw/display/xlnx_dp: fix an out-of-bounds read in xlnx_dp_readQiang Liu
2021-08-31vga: don't abort when adding a duplicate isa-vga deviceJose R. Ziviani
2021-08-31hw/display: Restrict virtio-gpu-udmabuf stubs to !LinuxPhilippe Mathieu-Daudé
2021-08-31virtio-gpu: no point of checking res->iovDongwon Kim
2021-07-22hw/display: fix virgl reset regressionMarc-André Lureau
2021-07-22hw/display: fail early when multiple virgl devices are requestedMarc-André Lureau
2021-07-22Revert "qxl: add migration blocker to avoid pre-save assert"Gerd Hoffmann
2021-07-22qxl: remove assert in qxl_pre_save.Gerd Hoffmann