summaryrefslogtreecommitdiffstats
path: root/hw/display
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/hdeller/tags/hppa-updates-pull-request'...Peter Maydell2022-02-022-268/+203Star
|\
| * hw/display/artist: Fix draw_line() artefactsSven Schnelle2022-02-021-2/+3
| * hw/display/artist: Mouse cursor fixes for HP-UXHelge Deller2022-02-021-8/+34
| * hw/display/artist: rewrite vram access mode handlingSven Schnelle2022-02-022-258/+166Star
* | Remove unnecessary minimum_version_id_old fieldsPeter Maydell2022-01-281-1/+0Star
* | spice: Update QXLInterface for spice >= 0.15.0John Snow2022-01-181-1/+13
* | edid: Added support for 4k@60 Hz monitorSatyeshwar Singh2022-01-131-0/+3
* | edid: set default resolution to 1280x800 (WXGA)Daniel P. Berrangé2022-01-131-2/+2
* | hw/mips/jazz: Inline vga_mmio_init() and remove itPhilippe Mathieu-Daudé2022-01-131-19/+0Star
* | hw/display/vga-mmio: QOM'ify vga_mmio_init() as TYPE_VGA_MMIOPhilippe Mathieu-Daudé2022-01-131-34/+86
* | hw/display/vga-mmio: Inline vga_mm_init()Philippe Mathieu-Daudé2022-01-131-16/+9Star
* | hw/display: Rename VGA_ISA_MM -> VGA_MMIOPhilippe Mathieu-Daudé2022-01-133-12/+11Star
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2022-01-111-6/+0Star
|\
| * Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin2022-01-101-6/+0Star
* | macfb: fix VRAM dirty memory region loggingMark Cave-Ayland2022-01-091-1/+1
|/
* virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu2022-01-061-0/+6
* dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-4/+6
* ui: move qemu_spice_fill_device_address to ui/util.cMarc-André Lureau2021-12-211-1/+6
* ui: simplify gl unblock & flushMarc-André Lureau2021-12-213-13/+5Star
* virtio-gpu: use VIRTIO_GPU_RESOURCE_FLAG_Y_0_TOPMarc-André Lureau2021-12-211-1/+1
* hw/display: report an error if virgl initialization failedMarc-André Lureau2021-12-211-0/+1
* Revert "vga: don't abort when adding a duplicate isa-vga device"Alex Bennée2021-12-061-10/+0Star
* macfb: fix a memory leak (CID 1465231)Laurent Vivier2021-11-091-7/+4Star
* virtio-gpu: splitting one extended mode guest fb into n-scanoutsDongwon Kim2021-11-053-11/+18
* ui/gtk: skip any extra draw of same guest scanout blob resDongwon Kim2021-11-021-1/+1
* macfb: add vertical blank interruptMark Cave-Ayland2021-10-081-0/+83
* macfb: fix 24-bit RGB pixel encodingMark Cave-Ayland2021-10-081-4/+4
* macfb: fix up 1-bit pixel encodingMark Cave-Ayland2021-10-081-1/+3
* macfb: add common monitor modes supported by the MacOS toolbox ROMMark Cave-Ayland2021-10-082-16/+134
* macfb: add qdev property to specify display typeMark Cave-Ayland2021-10-081-1/+6
* macfb: implement mode sense to allow display type to be detectedMark Cave-Ayland2021-10-082-2/+117
* macfb: add trace events for reading and writing the control registersMark Cave-Ayland2021-10-082-1/+11
* macfb: use memory_region_init_ram() in macfb_common_realize() for the framebu...Mark Cave-Ayland2021-10-081-3/+2Star
* macfb: fix overflow of color_palette arrayMark Cave-Ayland2021-10-081-1/+3
* macfb: fix invalid object reference in macfb_common_realize()Mark Cave-Ayland2021-10-081-1/+1
* macfb: update macfb.c to use the Error API best practicesMark Cave-Ayland2021-10-081-8/+8
* macfb: handle errors that occur during realizeMark Cave-Ayland2021-10-081-0/+11
* macfb: don't register declaration ROMMark Cave-Ayland2021-09-291-6/+0Star
* virtio-gpu: Add gl_flushed callbackVivek Kasireddy2021-09-151-2/+30
* ui: Create sync objects and fences only for blobsVivek Kasireddy2021-09-151-0/+1
* qxl: fix pre-save logicGerd Hoffmann2021-09-151-1/+1
* hw/display/artist: Fix bug in coordinate extraction in artist_vram_read() and...Helge Deller2021-08-311-4/+4
* hw/display/xlnx_dp: fix an out-of-bounds read in xlnx_dp_readQiang Liu2021-08-311-1/+5
* vga: don't abort when adding a duplicate isa-vga deviceJose R. Ziviani2021-08-311-0/+10
* hw/display: Restrict virtio-gpu-udmabuf stubs to !LinuxPhilippe Mathieu-Daudé2021-08-312-1/+29
* virtio-gpu: no point of checking res->iovDongwon Kim2021-08-311-1/+1
* hw/display: fix virgl reset regressionMarc-André Lureau2021-07-222-13/+17
* hw/display: fail early when multiple virgl devices are requestedMarc-André Lureau2021-07-221-0/+5
* Revert "qxl: add migration blocker to avoid pre-save assert"Gerd Hoffmann2021-07-222-32/+0Star
* qxl: remove assert in qxl_pre_save.Gerd Hoffmann2021-07-221-1/+3