summaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
2016-05-23vga: add sr_vbe register setGerd Hoffmann2-22/+29
2016-05-23virtio-gpu: fix ui idx checkMarc-André Lureau1-1/+1
2016-05-23virtio-gpu: use VIRTIO_GPU_MAX_SCANOUTSMarc-André Lureau1-2/+2
2016-05-23virtio-gpu: check max_outputs onlyMarc-André Lureau2-5/+4
2016-05-23virtio-gpu: check max_outputs valueMarc-André Lureau1-0/+6
2016-05-23virtio-vga: propagate on gpu realized errorMarc-André Lureau2-1/+8
2016-05-23virtio-gpu: check early scanout idMarc-André Lureau1-10/+9
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini4-0/+4
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+1
2016-05-19qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini1-0/+1
2016-05-13Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160513' into stagingPeter Maydell1-7/+11
2016-05-13hw/display: QOM'ify jazz_led.cxiaoqiang.zhao1-7/+11
2016-05-12hw/display/blizzard: Remove blizzard_template.hPeter Maydell2-99/+77
2016-05-12hw/display/blizzard: Expand out macrosPeter Maydell1-38/+17
2016-05-12hw/display: QOM'ify exynos4210_fimd.cxiaoqiang zhao1-7/+12
2016-05-12omap_lcdc: Remove support for DEPTH != 32Pooja Dhannawat2-51/+7
2016-05-12blizzard: Remove support for DEPTH != 32Pooja Dhannawat2-66/+5
2016-05-02vga: make sure vga register setup for vbe stays intact (CVE-2016-3712).Gerd Hoffmann1-0/+6
2016-05-02vga: update vga register setup on vbe changesGerd Hoffmann1-0/+1
2016-05-02vga: factor out vga register setupGerd Hoffmann1-34/+44
2016-05-02vga: add vbe_enabled() helperGerd Hoffmann1-4/+9
2016-05-02vga: fix banked access bounds checking (CVE-2016-3710)Gerd Hoffmann1-6/+18
2016-04-12xenfb: use the correct condition to avoid excessive loopingWei Liu1-1/+1
2016-04-11virtio-gpu: block live migrationGerd Hoffmann1-0/+7
2016-04-11ui/virtio-gpu: add and use qemu_create_displaysurface_pixmanGerd Hoffmann1-4/+1
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-3/+3
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2-0/+3
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster8-0/+8
2016-03-16bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE2-0/+425
2016-03-01qxl: lock current_async update in qxl_soft_resetGerd Hoffmann1-0/+2
2016-03-01cirrus_vga: fix off-by-one in blit_region_is_unsafePaolo Bonzini1-2/+2
2016-02-23all: Clean up includesPeter Maydell1-1/+0
2016-02-10xen: Drop __XEN_LATEST_INTERFACE_VERSION__ checks from prior to Xen 4.2Ian Campbell1-7/+0
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini1-8/+13
2016-02-03virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann3-0/+26
2016-02-03virtio-gpu: add support to enable/disable command processingGerd Hoffmann2-2/+6
2016-02-03virtio-gpu: maintain command queueGerd Hoffmann1-17/+36
2016-02-03virtio-gpu: fix memory leak in error pathGerd Hoffmann1-1/+2
2016-01-29hw/display: Clean up includesPeter Maydell22-2/+22
2016-01-29virtio: Clean up includesPeter Maydell4-0/+4
2016-01-29xen: Clean up includesPeter Maydell1-9/+1
2016-01-29arm: Clean up includesPeter Maydell3-0/+3
2016-01-29lm32: Clean up includesPeter Maydell2-0/+2
2016-01-26xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell1-8/+9
2016-01-26xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pagesIan Campbell1-7/+8
2016-01-21Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160121' into sta...Peter Maydell1-2/+3
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis2-2/+2
2016-01-14xenfb.c: avoid expensive loops when prod <= out_consStefano Stabellini1-2/+3
2016-01-08ui/curses: Fix color attribute of monitor for cursesOGAWA Hirofumi2-3/+6
2015-12-18xenfb: avoid reading twice the same fields from the shared pageStefano Stabellini1-4/+6