summaryrefslogtreecommitdiffstats
path: root/hw/display
Commit message (Expand)AuthorAgeFilesLines
* lm32: Clean up includesPeter Maydell2019-11-292-0/+2
* xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell2019-11-291-8/+9
* xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pagesIan Campbell2019-11-291-7/+8
* ssi: Move ssi.h into a separate directoryAlistair Francis2019-11-292-2/+2
* xenfb.c: avoid expensive loops when prod <= out_consStefano Stabellini2019-11-291-2/+3
* ui/curses: Fix color attribute of monitor for cursesOGAWA Hirofumi2019-11-292-3/+6
* xenfb: avoid reading twice the same fields from the shared pageStefano Stabellini2019-11-291-4/+6
* linux-headers: update from kvm/nextPaolo Bonzini2019-11-291-2/+2
* arm: explicitly mark device loads as little-endianPaolo Bonzini2019-11-292-6/+6
* qxl: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-11-061-1/+1
* hw/display/tcx: Remove superfluous OBJECT() typecastsThomas Huth2015-11-061-14/+12
* ui/opengl: Reduce build required libraries for openglOGAWA Hirofumi2015-11-031-2/+2
* vmsvga: more cursor checksGerd Hoffmann2015-10-201-4/+7
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-10-09' in...Peter Maydell2015-10-122-3/+3
|\
| * hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini2015-10-092-3/+3
* | virtio-gpu: add cursor update tracepointGerd Hoffmann2015-10-081-1/+8
* | virtio-gpu: add 3d mode and virgl rendering support.Gerd Hoffmann2015-10-083-10/+731
* | virtio-gpu: change licence from GPLv2 to GPLv2+Gerd Hoffmann2015-10-082-3/+3
* | virtio-gpu: move iov free to virtio_gpu_cleanup_mapping_iovGerd Hoffmann2015-10-081-2/+1
|/
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-187-11/+11
* typofixes - v4Veres Lajos2015-09-111-1/+1
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-3/+1
* arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-09-072-4/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-07-281-1/+2
|\
| * virtio: get_features() can failJason Wang2015-07-271-1/+2
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-07-246-51/+137
|\ \ | |/ |/|
| * framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the framebufferPaolo Bonzini2015-07-246-51/+137
* | qxl: Fix new function name for spice-server libraryFrediano Ziglio2015-07-221-2/+1
|/
* qxl: allow to specify head limit to qxl driverFrediano Ziglio2015-07-162-5/+24
* virtio-gpu: use virtio_instance_init_common, fixup propertiesGerd Hoffmann2015-07-073-7/+7
* virtio-gpu: update console device property.Gerd Hoffmann2015-07-072-0/+15
* hw/display/tcx.c: Fix memory leakShannon Zhao2015-06-231-0/+1
* hw/display/cg3.c: Fix memory leakShannon Zhao2015-06-231-0/+1
* hw/display/qxl-logger.c: Constify some variableFrediano Ziglio2015-06-231-8/+8
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-222-0/+2
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150615-1' into s...Peter Maydell2015-06-166-5/+256
|\
| * virtio-vga: add virtio gpu device with vga compatibilityGerd Hoffmann2015-06-124-4/+186
| * virtio-gpu-pci: add virtio pci supportGerd Hoffmann2015-06-122-0/+69
| * virtio-gpu: fix error messageGerd Hoffmann2015-06-121-1/+1
* | hw/display/exynos4210_fimd: Fix bit-swapping codePeter Maydell2015-06-151-1/+1
* | migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-122-14/+8
|/
* virtio-gpu/2d: add virtio gpu core codeGerd Hoffmann2015-06-102-0/+920
* stdvga: factor out mmio subregion initGerd Hoffmann2015-06-101-29/+30
* stdvga: pass VGACommonState instead of PCIVGAStateGerd Hoffmann2015-06-101-22/+22
* stdvga: fix offset in pci_vga_ioport_readGerd Hoffmann2015-06-101-3/+3
* framebuffer: check memory_region_is_loggingPaolo Bonzini2015-06-051-0/+4
* memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini2015-06-051-1/+1
* display: add memory_region_sync_dirty_bitmap callsPaolo Bonzini2015-06-054-0/+5
* display: enable DIRTY_MEMORY_VGA tracking explicitlyPaolo Bonzini2015-06-055-7/+17
OpenPOWER on IntegriCloud