summaryrefslogtreecommitdiffstats
path: root/hw/display
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160513' into stagingPeter Maydell2016-05-131-7/+11
|\
| * hw/display: QOM'ify jazz_led.cxiaoqiang.zhao2016-05-131-7/+11
* | hw/display/blizzard: Remove blizzard_template.hPeter Maydell2016-05-122-99/+77Star
* | hw/display/blizzard: Expand out macrosPeter Maydell2016-05-121-38/+17Star
* | hw/display: QOM'ify exynos4210_fimd.cxiaoqiang zhao2016-05-121-7/+12
* | omap_lcdc: Remove support for DEPTH != 32Pooja Dhannawat2016-05-122-51/+7Star
* | blizzard: Remove support for DEPTH != 32Pooja Dhannawat2016-05-122-66/+5Star
|/
* vga: make sure vga register setup for vbe stays intact (CVE-2016-3712).Gerd Hoffmann2016-05-021-0/+6
* vga: update vga register setup on vbe changesGerd Hoffmann2016-05-021-0/+1
* vga: factor out vga register setupGerd Hoffmann2016-05-021-34/+44
* vga: add vbe_enabled() helperGerd Hoffmann2016-05-021-4/+9
* vga: fix banked access bounds checking (CVE-2016-3710)Gerd Hoffmann2016-05-021-6/+18
* xenfb: use the correct condition to avoid excessive loopingWei Liu2016-04-121-1/+1
* virtio-gpu: block live migrationGerd Hoffmann2016-04-111-0/+7
* ui/virtio-gpu: add and use qemu_create_displaysurface_pixmanGerd Hoffmann2016-04-111-4/+1Star
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-3/+3
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-222-0/+3
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-228-0/+8
* bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE2016-03-162-0/+425
* qxl: lock current_async update in qxl_soft_resetGerd Hoffmann2016-03-011-0/+2
* cirrus_vga: fix off-by-one in blit_region_is_unsafePaolo Bonzini2016-03-011-2/+2
* all: Clean up includesPeter Maydell2016-02-231-1/+0Star
* xen: Drop __XEN_LATEST_INTERFACE_VERSION__ checks from prior to Xen 4.2Ian Campbell2016-02-101-7/+0Star
* virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2016-02-061-8/+13
* virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann2016-02-033-0/+26
* virtio-gpu: add support to enable/disable command processingGerd Hoffmann2016-02-032-2/+6
* virtio-gpu: maintain command queueGerd Hoffmann2016-02-031-17/+36
* virtio-gpu: fix memory leak in error pathGerd Hoffmann2016-02-031-1/+2
* hw/display: Clean up includesPeter Maydell2016-01-2922-2/+22
* virtio: Clean up includesPeter Maydell2016-01-294-0/+4
* xen: Clean up includesPeter Maydell2016-01-291-9/+1Star
* arm: Clean up includesPeter Maydell2016-01-293-0/+3
* lm32: Clean up includesPeter Maydell2016-01-292-0/+2
* xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell2016-01-261-8/+9
* xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pagesIan Campbell2016-01-261-7/+8
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160121' into sta...Peter Maydell2016-01-211-2/+3
|\
| * xenfb.c: avoid expensive loops when prod <= out_consStefano Stabellini2016-01-141-2/+3
* | ssi: Move ssi.h into a separate directoryAlistair Francis2016-01-212-2/+2
|/
* ui/curses: Fix color attribute of monitor for cursesOGAWA Hirofumi2016-01-082-3/+6
* xenfb: avoid reading twice the same fields from the shared pageStefano Stabellini2015-12-181-4/+6
* linux-headers: update from kvm/nextPaolo Bonzini2015-12-171-2/+2
* arm: explicitly mark device loads as little-endianPaolo Bonzini2015-12-172-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/+12Star
* 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