aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
2017-04-24vmsvga: fix vmsvga_update_displayGerd Hoffmann1-18/+3
2017-04-24g364fb: make display updates thread safeGerd Hoffmann1-23/+5
2017-04-24exynos: make display updates thread safeGerd Hoffmann1-5/+6
2017-04-24framebuffer: make display updates thread safeGerd Hoffmann1-6/+5
2017-04-24vga: make display updates thread safe.Gerd Hoffmann1-19/+17
2017-04-24vga: add vga_scanline_invalidated helperGerd Hoffmann1-3/+11
2017-04-24virtio-gpu: replace PIXMAN_* by PIXMAN_BE_*Laurent Vivier1-27/+8
2017-04-21tcx: switch to load_image_mr() and remove prom_addr hackMark Cave-Ayland1-3/+1
2017-04-21tcx: use tcx_set_dirty() for accelerated opsMark Cave-Ayland1-5/+5
2017-04-21tcx: remove primitives for non-32-bit surfacesMark Cave-Ayland1-118/+8
2017-04-21tcx: remove TARGET_PAGE_SIZE from tcx24_update_display()Mark Cave-Ayland1-40/+6
2017-04-21tcx: remove TARGET_PAGE_SIZE from tcx_update_display()Mark Cave-Ayland1-32/+4
2017-04-21tcx: remove page24 and cpage from tcx24_update_display()Mark Cave-Ayland1-5/+2
2017-04-21tcx: alter tcx24_reset_dirty() to accept address and length parametersMark Cave-Ayland1-20/+11
2017-04-21tcx: alter tcx24_check_dirty() to accept address and length parametersMark Cave-Ayland1-11/+14
2017-04-21tcx: ensure tcx_set_dirty() also invalidates the 24-bit plane and cplaneMark Cave-Ayland1-0/+7
2017-04-21tcx: alter tcx_set_dirty() to accept address and length parametersMark Cave-Ayland1-6/+6
2017-04-21cg3: switch to load_image_mr() and remove prom-addr hackMark Cave-Ayland1-3/+1
2017-04-21cg3: fix up size parameter for memory_region_get_dirty()Mark Cave-Ayland1-1/+1
2017-04-21cg3: remove TARGET_PAGE_SIZE rounding on dirty page detectionMark Cave-Ayland1-4/+2
2017-04-11qxl: add migration blocker to avoid pre-save assertGerd Hoffmann2-0/+32
2017-04-07qxl: switch display on entering VGAMarc-André Lureau1-0/+1
2017-03-27cirrus: fix PUTPIXEL macroGerd Hoffmann1-2/+2
2017-03-21add opengl_cflags to QEMU_CFLAGSGerd Hoffmann1-5/+1
2017-03-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2017-03-19xen: do not build backends for targets that do not support xenStefano Stabellini1-1/+1
2017-03-17cirrus: fix off-by-one in cirrus_bitblt_rop_bkwd_transp_*_16Gerd Hoffmann1-1/+1
2017-03-16cirrus: stop passing around src pointers in the blitterGerd Hoffmann3-54/+93
2017-03-16cirrus: stop passing around dst pointers in the blitterGerd Hoffmann3-125/+153
2017-03-16cirrus: fix cirrus_invalidate_regionGerd Hoffmann1-3/+3
2017-03-16cirrus: add option to disable blitterGerd Hoffmann1-0/+9
2017-03-16cirrus: switch to 4 MB video memory by defaultGerd Hoffmann1-2/+2
2017-03-16cirrus/vnc: zap bitblit support from console code.Gerd Hoffmann1-9/+3
2017-03-16fix :cirrus_vga fix OOB read case qemu Segmentation faulthangaohuai1-0/+10
2017-03-09qxl: clear guest_cursor on QXL_CURSOR_HIDEGerd Hoffmann1-0/+5
2017-02-28Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell1-1/+1
2017-02-28lm32: milkymist-tmu2: fix a third integer overflowPeter Maydell1-1/+1
2017-02-27virtio-gpu: use dpy_gl_scanout_disableGerd Hoffmann1-3/+2
2017-02-27console: rename dpy_gl_scanout to dpy_gl_scanout_textureGerd Hoffmann1-7/+7
2017-02-24cirrus: add blit_is_unsafe call to cirrus_bitblt_cputovideo (CVE-2017-2620)Gerd Hoffmann1-0/+8
2017-02-13migration: consolidate VMStateField.startHalil Pasic1-1/+1
2017-02-10Revert "cirrus: allow zero source pitch in pattern fill rops"Gerd Hoffmann1-18/+8
2017-02-10cirrus: fix patterncopy checksGerd Hoffmann1-6/+30
2017-02-10cirrus: replace debug printf with trace pointsGerd Hoffmann2-6/+11
2017-02-10vga: replace debug printf with trace pointsGerd Hoffmann2-23/+10
2017-02-10virtio-gpu: fix resource leak in virgl_cmd_resource_unrefGerd Hoffmann1-0/+8
2017-02-10virtio-gpu: fix memory leak in set scanoutLi Qiang1-0/+1
2017-02-03Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170202-2' into s...Peter Maydell1-25/+39
2017-02-02Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-1/+0
2017-02-02cirrus: fix oob access issue (CVE-2017-2615)Li Qiang1-4/+3