summaryrefslogtreecommitdiffstats
path: root/hw/display
Commit message (Expand)AuthorAgeFilesLines
* vga: make sure vga register setup for vbe stays intact (CVE-2016-3712).Gerd Hoffmann2019-11-291-0/+6
* vga: update vga register setup on vbe changesGerd Hoffmann2019-11-291-0/+1
* vga: factor out vga register setupGerd Hoffmann2019-11-291-34/+44
* vga: add vbe_enabled() helperGerd Hoffmann2019-11-291-4/+9
* vga: fix banked access bounds checking (CVE-2016-3710)Gerd Hoffmann2019-11-291-6/+18
* xenfb: use the correct condition to avoid excessive loopingWei Liu2019-11-291-1/+1
* virtio-gpu: block live migrationGerd Hoffmann2019-11-291-0/+7
* ui/virtio-gpu: add and use qemu_create_displaysurface_pixmanGerd Hoffmann2019-11-291-4/+1
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2019-11-291-3/+3
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2019-11-292-0/+3
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-298-0/+8
* bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE2019-11-292-0/+425
* qxl: lock current_async update in qxl_soft_resetGerd Hoffmann2019-11-291-0/+2
* cirrus_vga: fix off-by-one in blit_region_is_unsafePaolo Bonzini2019-11-291-2/+2
* all: Clean up includesPeter Maydell2019-11-291-1/+0
* xen: Drop __XEN_LATEST_INTERFACE_VERSION__ checks from prior to Xen 4.2Ian Campbell2019-11-291-7/+0
* virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2019-11-291-8/+13
* virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann2019-11-293-0/+26
* virtio-gpu: add support to enable/disable command processingGerd Hoffmann2019-11-292-2/+6
* virtio-gpu: maintain command queueGerd Hoffmann2019-11-291-17/+36
* virtio-gpu: fix memory leak in error pathGerd Hoffmann2019-11-291-1/+2
* hw/display: Clean up includesPeter Maydell2019-11-2922-2/+22
* virtio: Clean up includesPeter Maydell2019-11-294-0/+4
* xen: Clean up includesPeter Maydell2019-11-291-9/+1
* arm: Clean up includesPeter Maydell2019-11-293-0/+3
* 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
OpenPOWER on IntegriCloud