aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)Author
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-16bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE
2016-03-01qxl: lock current_async update in qxl_soft_resetGerd Hoffmann
2016-03-01cirrus_vga: fix off-by-one in blit_region_is_unsafePaolo Bonzini
2016-02-23all: Clean up includesPeter Maydell
2016-02-10xen: Drop __XEN_LATEST_INTERFACE_VERSION__ checks from prior to Xen 4.2Ian Campbell
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini
2016-02-03virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann
2016-02-03virtio-gpu: add support to enable/disable command processingGerd Hoffmann
2016-02-03virtio-gpu: maintain command queueGerd Hoffmann
2016-02-03virtio-gpu: fix memory leak in error pathGerd Hoffmann
2016-01-29hw/display: Clean up includesPeter Maydell
2016-01-29virtio: Clean up includesPeter Maydell
2016-01-29xen: Clean up includesPeter Maydell
2016-01-29arm: Clean up includesPeter Maydell
2016-01-29lm32: Clean up includesPeter Maydell
2016-01-26xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell
2016-01-26xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pagesIan Campbell
2016-01-21Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160121' into sta...Peter Maydell
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis
2016-01-14xenfb.c: avoid expensive loops when prod <= out_consStefano Stabellini
2016-01-08ui/curses: Fix color attribute of monitor for cursesOGAWA Hirofumi
2015-12-18xenfb: avoid reading twice the same fields from the shared pageStefano Stabellini
2015-12-17linux-headers: update from kvm/nextPaolo Bonzini
2015-12-17arm: explicitly mark device loads as little-endianPaolo Bonzini
2015-11-06qxl: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-11-06hw/display/tcx: Remove superfluous OBJECT() typecastsThomas Huth
2015-11-03ui/opengl: Reduce build required libraries for openglOGAWA Hirofumi
2015-10-20vmsvga: more cursor checksGerd Hoffmann
2015-10-12Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-10-09' in...Peter Maydell
2015-10-09hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini
2015-10-08virtio-gpu: add cursor update tracepointGerd Hoffmann
2015-10-08virtio-gpu: add 3d mode and virgl rendering support.Gerd Hoffmann
2015-10-08virtio-gpu: change licence from GPLv2 to GPLv2+Gerd Hoffmann
2015-10-08virtio-gpu: move iov free to virtio_gpu_cleanup_mapping_iovGerd Hoffmann
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-09-11typofixes - v4Veres Lajos
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-07-28Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-07-27virtio: get_features() can failJason Wang
2015-07-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-07-24framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the framebufferPaolo Bonzini
2015-07-22qxl: Fix new function name for spice-server libraryFrediano Ziglio
2015-07-16qxl: allow to specify head limit to qxl driverFrediano Ziglio
2015-07-07virtio-gpu: use virtio_instance_init_common, fixup propertiesGerd Hoffmann
2015-07-07virtio-gpu: update console device property.Gerd Hoffmann
2015-06-23hw/display/tcx.c: Fix memory leakShannon Zhao
2015-06-23hw/display/cg3.c: Fix memory leakShannon Zhao
2015-06-23hw/display/qxl-logger.c: Constify some variableFrediano Ziglio