aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)Author
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
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150615-1' into s...Peter Maydell
2015-06-15hw/display/exynos4210_fimd: Fix bit-swapping codePeter Maydell
2015-06-12virtio-vga: add virtio gpu device with vga compatibilityGerd Hoffmann
2015-06-12virtio-gpu-pci: add virtio pci supportGerd Hoffmann
2015-06-12virtio-gpu: fix error messageGerd Hoffmann
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-06-10virtio-gpu/2d: add virtio gpu core codeGerd Hoffmann
2015-06-10stdvga: factor out mmio subregion initGerd Hoffmann
2015-06-10stdvga: pass VGACommonState instead of PCIVGAStateGerd Hoffmann
2015-06-10stdvga: fix offset in pci_vga_ioport_readGerd Hoffmann
2015-06-05framebuffer: check memory_region_is_loggingPaolo Bonzini
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini
2015-06-05display: add memory_region_sync_dirty_bitmap callsPaolo Bonzini
2015-06-05display: enable DIRTY_MEMORY_VGA tracking explicitlyPaolo Bonzini
2015-06-05g364fb: remove pointless call to memory_region_set_coalescingPaolo Bonzini
2015-06-03hw/display/tc6393xb.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao
2015-05-29spice: don't update mm_time when spice-server is stopped.Gerd Hoffmann
2015-05-19vga-pci: QOMifyGonglei
2015-05-19qxl: QOMifyGonglei