summaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
2016-04-12xenfb: use the correct condition to avoid excessive loopingWei Liu1-1/+1
2016-04-11virtio-gpu: block live migrationGerd Hoffmann1-0/+7
2016-04-11ui/virtio-gpu: add and use qemu_create_displaysurface_pixmanGerd Hoffmann1-4/+1
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-3/+3
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2-0/+3
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster8-0/+8
2016-03-16bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE2-0/+425
2016-03-01qxl: lock current_async update in qxl_soft_resetGerd Hoffmann1-0/+2
2016-03-01cirrus_vga: fix off-by-one in blit_region_is_unsafePaolo Bonzini1-2/+2
2016-02-23all: Clean up includesPeter Maydell1-1/+0
2016-02-10xen: Drop __XEN_LATEST_INTERFACE_VERSION__ checks from prior to Xen 4.2Ian Campbell1-7/+0
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini1-8/+13
2016-02-03virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann3-0/+26
2016-02-03virtio-gpu: add support to enable/disable command processingGerd Hoffmann2-2/+6
2016-02-03virtio-gpu: maintain command queueGerd Hoffmann1-17/+36
2016-02-03virtio-gpu: fix memory leak in error pathGerd Hoffmann1-1/+2
2016-01-29hw/display: Clean up includesPeter Maydell22-2/+22
2016-01-29virtio: Clean up includesPeter Maydell4-0/+4
2016-01-29xen: Clean up includesPeter Maydell1-9/+1
2016-01-29arm: Clean up includesPeter Maydell3-0/+3
2016-01-29lm32: Clean up includesPeter Maydell2-0/+2
2016-01-26xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell1-8/+9
2016-01-26xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pagesIan Campbell1-7/+8
2016-01-21Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160121' into sta...Peter Maydell1-2/+3
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis2-2/+2
2016-01-14xenfb.c: avoid expensive loops when prod <= out_consStefano Stabellini1-2/+3
2016-01-08ui/curses: Fix color attribute of monitor for cursesOGAWA Hirofumi2-3/+6
2015-12-18xenfb: avoid reading twice the same fields from the shared pageStefano Stabellini1-4/+6
2015-12-17linux-headers: update from kvm/nextPaolo Bonzini1-2/+2
2015-12-17arm: explicitly mark device loads as little-endianPaolo Bonzini2-6/+6
2015-11-06qxl: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2015-11-06hw/display/tcx: Remove superfluous OBJECT() typecastsThomas Huth1-14/+12
2015-11-03ui/opengl: Reduce build required libraries for openglOGAWA Hirofumi1-2/+2
2015-10-20vmsvga: more cursor checksGerd Hoffmann1-4/+7
2015-10-12Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-10-09' in...Peter Maydell2-3/+3
2015-10-09hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini2-3/+3
2015-10-08virtio-gpu: add cursor update tracepointGerd Hoffmann1-1/+8
2015-10-08virtio-gpu: add 3d mode and virgl rendering support.Gerd Hoffmann3-10/+731
2015-10-08virtio-gpu: change licence from GPLv2 to GPLv2+Gerd Hoffmann2-3/+3
2015-10-08virtio-gpu: move iov free to virtio_gpu_cleanup_mapping_iovGerd Hoffmann1-2/+1
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster7-11/+11
2015-09-11typofixes - v4Veres Lajos1-1/+1
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange1-3/+1
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster2-4/+2
2015-07-28Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+2
2015-07-27virtio: get_features() can failJason Wang1-1/+2
2015-07-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-51/+137
2015-07-24framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the framebufferPaolo Bonzini6-51/+137
2015-07-22qxl: Fix new function name for spice-server libraryFrediano Ziglio1-2/+1
2015-07-16qxl: allow to specify head limit to qxl driverFrediano Ziglio2-5/+24