summaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
2017-03-21cirrus: fix off-by-one in cirrus_bitblt_rop_bkwd_transp_*_16Gerd Hoffmann1-1/+1
2017-03-21cirrus: stop passing around src pointers in the blitterGerd Hoffmann3-54/+93
2017-03-21cirrus: stop passing around dst pointers in the blitterGerd Hoffmann3-125/+153
2017-03-21cirrus: fix cirrus_invalidate_regionGerd Hoffmann1-3/+3
2017-03-21cirrus/vnc: zap bitblit support from console code.Gerd Hoffmann1-9/+3
2017-03-21fix :cirrus_vga fix OOB read case qemu Segmentation faulthangaohuai1-0/+10
2017-03-21Revert "cirrus: allow zero source pitch in pattern fill rops"Gerd Hoffmann1-18/+8
2017-03-21cirrus: fix patterncopy checksGerd Hoffmann1-6/+30
2017-03-21cirrus: fix blit address mask handlingGerd Hoffmann1-13/+12
2017-03-21cirrus: allow zero source pitch in pattern fill ropsWolfgang Bumiller1-8/+19
2017-03-21cirrus: handle negative pitch in cirrus_invalidate_region()Wolfgang Bumiller1-0/+5
2017-03-16cirrus: add blit_is_unsafe call to cirrus_bitblt_cputovideo (CVE-2017-2620)Gerd Hoffmann1-0/+8
2017-03-16cirrus: fix oob access issue (CVE-2017-2615)Li Qiang1-4/+3
2017-03-16display: cirrus: ignore source pitch value as needed in blit_is_unsafeBruce Rogers1-4/+7
2016-12-05display: cirrus: check vga bits per pixel(bpp) valuePrasad J Pandit1-4/+10
2016-12-05virtio-gpu: fix memory leak in update_cursor_data_virglLi Qiang1-0/+1
2016-12-05virtio-gpu: fix information leak in getting capset info dispatchLi Qiang1-0/+1
2016-12-05qxl: Only emit QXL_INTERRUPT_CLIENT_MONITORS_CONFIG on config changesChristophe Fergeau1-1/+36
2016-10-31Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20161028-tag' into...Peter Maydell1-58/+69
2016-10-28xen: Rename xen_be_find_xendevEmil Condrea1-2/+2
2016-10-28xen: Rename xen_be_send_notifyEmil Condrea1-4/+4
2016-10-28xen: Rename xen_be_unbind_evtchnEmil Condrea1-1/+1
2016-10-28xen: Rename xen_be_printf to xen_pv_printfEmil Condrea1-21/+21
2016-10-28xen: Fix coding style warningsEmil Condrea1-2/+4
2016-10-28xen: Fix coding style errorsEmil Condrea1-41/+50
2016-10-28lm32: milkymist-tmu2: fix integer overflowMichael Walle1-1/+1
2016-10-26virtio-gpu: fix memory leak in virtio_gpu_resource_create_2dLi Qiang1-0/+1
2016-10-24hw/display: QOM'ify pl110.cxiaoqiang zhao1-5/+3
2016-10-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-12/+27
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic1-2/+0
2016-10-10virtio-gpu: convert VMSTATE_VIRTIO_DEVICEHalil Pasic1-12/+29
2016-10-08virtio: rename the bar index field name in VirtIOPCIProxyChen Fan1-2/+2
2016-09-22vmstateify ssd0323 displayDr. David Alan Gilbert1-62/+40
2016-09-13virtio-vga: adapt to page-per-vq=offGerd Hoffmann1-0/+11
2016-09-13virtio-gpu-pci: tag as not hotpluggableGerd Hoffmann1-0/+1
2016-09-13vmsvga: correct bitmap and pixmap size checksPrasad J Pandit1-5/+7
2016-09-08portio: keep references on portioMarc-André Lureau1-2/+6
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-07-29hw/virtio-pci: fix virtio behaviourMarcel Apfelbaum2-6/+2
2016-07-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-16/+20
2016-07-21virtio-gpu: Wrap in vmstateDr. David Alan Gilbert1-10/+7
2016-07-21virtio-gpu: Use migrate_add_blocker for virgl migration blockingDr. David Alan Gilbert1-6/+13
2016-07-20qxl: fix qxl_set_dirty call in qxl_dirty_one_surfaceGerd Hoffmann2-6/+7
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster2-2/+3
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-3/+3
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster3-3/+3
2016-07-07aux: Rename aux.[ch] to auxbus.[ch] for the benefit of WindowsPeter Maydell1-1/+1
2016-07-07xlnx_dp: fix iffy xlnx_dp_aux_push_tx_fifoPaolo Bonzini1-4/+6
2016-07-06virgl: pass whole GL scanout dimensionsMarc-André Lureau1-2/+3
2016-07-06virgl: count the calls to gl_blockMarc-André Lureau1-2/+8