summaryrefslogtreecommitdiffstats
path: root/hw/display
Commit message (Expand)AuthorAgeFilesLines
* vga: add sr_vbe register setGerd Hoffmann2016-05-232-22/+29
* virtio-gpu: fix ui idx checkMarc-André Lureau2016-05-231-1/+1
* virtio-gpu: use VIRTIO_GPU_MAX_SCANOUTSMarc-André Lureau2016-05-231-2/+2
* virtio-gpu: check max_outputs onlyMarc-André Lureau2016-05-232-5/+4Star
* virtio-gpu: check max_outputs valueMarc-André Lureau2016-05-231-0/+6
* virtio-vga: propagate on gpu realized errorMarc-André Lureau2016-05-232-1/+8
* virtio-gpu: check early scanout idMarc-André Lureau2016-05-231-10/+9Star
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-194-0/+4
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-0/+1
* qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* 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