aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)Author
2016-06-06virtio-gpu: add live migration supportGerd Hoffmann
2016-06-06vmsvga: don't process more than 1024 fifo commands at onceGerd Hoffmann
2016-06-06vmsvga: shadow fifo registersGerd Hoffmann
2016-06-06vmsvga: add more fifo checksGerd Hoffmann
2016-06-06vmsvga: move fifo sanity checks to vmsvga_fifo_lengthGerd Hoffmann
2016-06-03virtio-gpu: fix scanout rectanglesGerd Hoffmann
2016-05-23vga: add sr_vbe register setGerd Hoffmann
2016-05-23virtio-gpu: fix ui idx checkMarc-André Lureau
2016-05-23virtio-gpu: use VIRTIO_GPU_MAX_SCANOUTSMarc-André Lureau
2016-05-23virtio-gpu: check max_outputs onlyMarc-André Lureau
2016-05-23virtio-gpu: check max_outputs valueMarc-André Lureau
2016-05-23virtio-vga: propagate on gpu realized errorMarc-André Lureau
2016-05-23virtio-gpu: check early scanout idMarc-André Lureau
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-05-19qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini
2016-05-13Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160513' into stagingPeter Maydell
2016-05-13hw/display: QOM'ify jazz_led.cxiaoqiang.zhao
2016-05-12hw/display/blizzard: Remove blizzard_template.hPeter Maydell
2016-05-12hw/display/blizzard: Expand out macrosPeter Maydell
2016-05-12hw/display: QOM'ify exynos4210_fimd.cxiaoqiang zhao
2016-05-12omap_lcdc: Remove support for DEPTH != 32Pooja Dhannawat
2016-05-12blizzard: Remove support for DEPTH != 32Pooja Dhannawat
2016-05-02vga: make sure vga register setup for vbe stays intact (CVE-2016-3712).Gerd Hoffmann
2016-05-02vga: update vga register setup on vbe changesGerd Hoffmann
2016-05-02vga: factor out vga register setupGerd Hoffmann
2016-05-02vga: add vbe_enabled() helperGerd Hoffmann
2016-05-02vga: fix banked access bounds checking (CVE-2016-3710)Gerd Hoffmann
2016-04-12xenfb: use the correct condition to avoid excessive loopingWei Liu
2016-04-11virtio-gpu: block live migrationGerd Hoffmann
2016-04-11ui/virtio-gpu: add and use qemu_create_displaysurface_pixmanGerd Hoffmann
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-16bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE
2016-03-01qxl: lock current_async update in qxl_soft_resetGerd Hoffmann
2016-03-01cirrus_vga: fix off-by-one in blit_region_is_unsafePaolo Bonzini
2016-02-23all: Clean up includesPeter Maydell
2016-02-10xen: Drop __XEN_LATEST_INTERFACE_VERSION__ checks from prior to Xen 4.2Ian Campbell
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini
2016-02-03virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann
2016-02-03virtio-gpu: add support to enable/disable command processingGerd Hoffmann
2016-02-03virtio-gpu: maintain command queueGerd Hoffmann
2016-02-03virtio-gpu: fix memory leak in error pathGerd Hoffmann
2016-01-29hw/display: Clean up includesPeter Maydell
2016-01-29virtio: Clean up includesPeter Maydell
2016-01-29xen: Clean up includesPeter Maydell
2016-01-29arm: Clean up includesPeter Maydell
2016-01-29lm32: Clean up includesPeter Maydell
2016-01-26xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell