summaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-07virtio-gpu: use virtio_instance_init_common, fixup propertiesGerd Hoffmann3-7/+7
2015-07-07virtio-gpu: update console device property.Gerd Hoffmann2-0/+15
2015-06-23hw/display/tcx.c: Fix memory leakShannon Zhao1-0/+1
2015-06-23hw/display/cg3.c: Fix memory leakShannon Zhao1-0/+1
2015-06-23hw/display/qxl-logger.c: Constify some variableFrediano Ziglio1-8/+8
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster2-0/+2
2015-06-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150615-1' into s...Peter Maydell6-5/+256
2015-06-15hw/display/exynos4210_fimd: Fix bit-swapping codePeter Maydell1-1/+1
2015-06-12virtio-vga: add virtio gpu device with vga compatibilityGerd Hoffmann4-4/+186
2015-06-12virtio-gpu-pci: add virtio pci supportGerd Hoffmann2-0/+69
2015-06-12virtio-gpu: fix error messageGerd Hoffmann1-1/+1
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2-14/+8
2015-06-10virtio-gpu/2d: add virtio gpu core codeGerd Hoffmann2-0/+920
2015-06-10stdvga: factor out mmio subregion initGerd Hoffmann1-29/+30
2015-06-10stdvga: pass VGACommonState instead of PCIVGAStateGerd Hoffmann1-22/+22
2015-06-10stdvga: fix offset in pci_vga_ioport_readGerd Hoffmann1-3/+3
2015-06-05framebuffer: check memory_region_is_loggingPaolo Bonzini1-0/+4
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini1-1/+1
2015-06-05display: add memory_region_sync_dirty_bitmap callsPaolo Bonzini4-0/+5
2015-06-05display: enable DIRTY_MEMORY_VGA tracking explicitlyPaolo Bonzini5-7/+17