summary refs log tree commit diff stats
path: root/hw/display (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | cg3: switch to load_image_mr() and remove prom-addr hackMark Cave-Ayland2017-04-211-3/+1
* | cg3: fix up size parameter for memory_region_get_dirty()Mark Cave-Ayland2017-04-211-1/+1
* | cg3: remove TARGET_PAGE_SIZE rounding on dirty page detectionMark Cave-Ayland2017-04-211-4/+2
|/
* qxl: add migration blocker to avoid pre-save assertGerd Hoffmann2017-04-112-0/+32
* qxl: switch display on entering VGAMarc-André Lureau2017-04-071-0/+1
* cirrus: fix PUTPIXEL macroGerd Hoffmann2017-03-271-2/+2
* add opengl_cflags to QEMU_CFLAGSGerd Hoffmann2017-03-211-5/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-03-201-1/+1
|\
| * xen: do not build backends for targets that do not support xenStefano Stabellini2017-03-191-1/+1
* | cirrus: fix off-by-one in cirrus_bitblt_rop_bkwd_transp_*_16Gerd Hoffmann2017-03-171-1/+1
|/
* cirrus: stop passing around src pointers in the blitterGerd Hoffmann2017-03-163-54/+93
* cirrus: stop passing around dst pointers in the blitterGerd Hoffmann2017-03-163-125/+153
* cirrus: fix cirrus_invalidate_regionGerd Hoffmann2017-03-161-3/+3
* cirrus: add option to disable blitterGerd Hoffmann2017-03-161-0/+9
* cirrus: switch to 4 MB video memory by defaultGerd Hoffmann2017-03-161-2/+2
* cirrus/vnc: zap bitblit support from console code.Gerd Hoffmann2017-03-161-9/+3
* fix :cirrus_vga fix OOB read case qemu Segmentation faulthangaohuai2017-03-161-0/+10
* qxl: clear guest_cursor on QXL_CURSOR_HIDEGerd Hoffmann2017-03-091-0/+5
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2017-02-281-1/+1
|\
| * lm32: milkymist-tmu2: fix a third integer overflowPeter Maydell2017-02-281-1/+1
* | virtio-gpu: use dpy_gl_scanout_disableGerd Hoffmann2017-02-271-3/+2
* | console: rename dpy_gl_scanout to dpy_gl_scanout_textureGerd Hoffmann2017-02-271-7/+7
|/
* cirrus: add blit_is_unsafe call to cirrus_bitblt_cputovideo (CVE-2017-2620)Gerd Hoffmann2017-02-241-0/+8
* migration: consolidate VMStateField.startHalil Pasic2017-02-131-1/+1
* Revert "cirrus: allow zero source pitch in pattern fill rops"Gerd Hoffmann2017-02-101-18/+8
* cirrus: fix patterncopy checksGerd Hoffmann2017-02-101-6/+30
* cirrus: replace debug printf with trace pointsGerd Hoffmann2017-02-102-6/+11
* vga: replace debug printf with trace pointsGerd Hoffmann2017-02-102-23/+10
* virtio-gpu: fix resource leak in virgl_cmd_resource_unrefGerd Hoffmann2017-02-101-0/+8
* virtio-gpu: fix memory leak in set scanoutLi Qiang2017-02-101-0/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170202-2' into s...Peter Maydell2017-02-031-25/+39
|\
| * cirrus: fix oob access issue (CVE-2017-2615)Li Qiang2017-02-021-4/+3
| * cirrus: fix blit address mask handlingGerd Hoffmann2017-02-011-13/+12
| * cirrus: allow zero source pitch in pattern fill ropsWolfgang Bumiller2017-02-011-8/+19
| * cirrus: handle negative pitch in cirrus_invalidate_region()Wolfgang Bumiller2017-02-011-0/+5
* | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2017-02-021-1/+0
|\ \
| * | trace: clean up trace-events filesStefan Hajnoczi2017-01-311-1/+0
| |/
* / qxl: switch to constants within BUILD_BUG_ONMichael S. Tsirkin2017-01-311-5/+4
|/
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-272-2/+2
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2017-01-253-4/+4
|\
| * hw/display/framebuffer.c: Avoid overflow for framebuffers > 4GBPeter Maydell2017-01-241-1/+1
| * lm32: milkymist-tmu2: fix another integer overflowPeter Maydell2017-01-241-1/+1
| * hw: Fix typos found by codespellStefan Weil2017-01-241-2/+2
* | migration: disallow migrate_add_blocker during migrationAshijeet Acharya2017-01-241-13/+19
* | migration: extend VMStateInfoJianjun Duan2017-01-241-2/+6
|/
* virtio-gpu: tag as not hotpluggableGerd Hoffmann2017-01-111-0/+1
* virtio-gpu: Fix memory leak in virtio_gpu_load()Peter Maydell2017-01-111-0/+12
* virtio-gpu: Recalculate VirtIOGPU::hostmem on VM loadPeter Maydell2017-01-111-0/+5
* display: cirrus: ignore source pitch value as needed in blit_is_unsafeBruce Rogers2017-01-111-4/+7
* virtio-gpu: fix information leak in capset get dispatchLi Qiang2017-01-111-1/+1