summaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-01cirrus: fix blit address mask handlingGerd Hoffmann1-13/+12
2017-02-01cirrus: allow zero source pitch in pattern fill ropsWolfgang Bumiller1-8/+19
2017-02-01cirrus: handle negative pitch in cirrus_invalidate_region()Wolfgang Bumiller1-0/+5
2017-01-31trace: clean up trace-events filesStefan Hajnoczi1-1/+0
2017-01-31qxl: switch to constants within BUILD_BUG_ONMichael S. Tsirkin1-5/+4
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau2-2/+2
2017-01-25Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell3-4/+4
2017-01-24hw/display/framebuffer.c: Avoid overflow for framebuffers > 4GBPeter Maydell1-1/+1
2017-01-24lm32: milkymist-tmu2: fix another integer overflowPeter Maydell1-1/+1
2017-01-24hw: Fix typos found by codespellStefan Weil1-2/+2
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya1-13/+19
2017-01-24migration: extend VMStateInfoJianjun Duan1-2/+6
2017-01-11virtio-gpu: tag as not hotpluggableGerd Hoffmann1-0/+1
2017-01-11virtio-gpu: Fix memory leak in virtio_gpu_load()Peter Maydell1-0/+12
2017-01-11virtio-gpu: Recalculate VirtIOGPU::hostmem on VM loadPeter Maydell1-0/+5
2017-01-11display: cirrus: ignore source pitch value as needed in blit_is_unsafeBruce Rogers1-4/+7
2017-01-11virtio-gpu: fix information leak in capset get dispatchLi Qiang1-1/+1
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard1-1/+3
2017-01-03virtio-gpu: fix memory leak in resource attach backingLi Qiang1-0/+5
2017-01-03virtio-gpu-3d: fix memory leak in resource attach backingLi Qiang1-2/+5