Age | Commit message (Expand) | Author | Files | Lines |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini | 1 | -1/+0 |
2016-06-14 | introduce xlnx-dp | KONRAD Frederic | 2 | -0/+1337 |
2016-06-14 | introduce dpcd module | KONRAD Frederic | 2 | -0/+174 |
2016-06-07 | xen: Use DIV_ROUND_UP | Laurent Vivier | 1 | -2/+2 |
2016-06-06 | virtio-gpu: add live migration support | Gerd Hoffmann | 3 | -7/+195 |
2016-06-06 | vmsvga: don't process more than 1024 fifo commands at once | Gerd Hoffmann | 1 | -2/+2 |
2016-06-06 | vmsvga: shadow fifo registers | Gerd Hoffmann | 1 | -29/+28 |
2016-06-06 | vmsvga: add more fifo checks | Gerd Hoffmann | 1 | -1/+4 |
2016-06-06 | vmsvga: move fifo sanity checks to vmsvga_fifo_length | Gerd Hoffmann | 1 | -13/+15 |
2016-06-03 | virtio-gpu: fix scanout rectangles | Gerd Hoffmann | 1 | -1/+13 |
2016-05-23 | vga: add sr_vbe register set | Gerd Hoffmann | 2 | -22/+29 |
2016-05-23 | virtio-gpu: fix ui idx check | Marc-André Lureau | 1 | -1/+1 |
2016-05-23 | virtio-gpu: use VIRTIO_GPU_MAX_SCANOUTS | Marc-André Lureau | 1 | -2/+2 |
2016-05-23 | virtio-gpu: check max_outputs only | Marc-André Lureau | 2 | -5/+4 |
2016-05-23 | virtio-gpu: check max_outputs value | Marc-André Lureau | 1 | -0/+6 |
2016-05-23 | virtio-vga: propagate on gpu realized error | Marc-André Lureau | 2 | -1/+8 |
2016-05-23 | virtio-gpu: check early scanout id | Marc-André Lureau | 1 | -10/+9 |
2016-05-19 | hw: explicitly include qemu/log.h | Paolo Bonzini | 4 | -0/+4 |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini | 1 | -0/+1 |
2016-05-19 | qemu-common: stop including qemu/host-utils.h from qemu-common.h | Paolo Bonzini | 1 | -0/+1 |
2016-05-13 | Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160513' into staging | Peter Maydell | 1 | -7/+11 |
2016-05-13 | hw/display: QOM'ify jazz_led.c | xiaoqiang.zhao | 1 | -7/+11 |
2016-05-12 | hw/display/blizzard: Remove blizzard_template.h | Peter Maydell | 2 | -99/+77 |
2016-05-12 | hw/display/blizzard: Expand out macros | Peter Maydell | 1 | -38/+17 |
2016-05-12 | hw/display: QOM'ify exynos4210_fimd.c | xiaoqiang zhao | 1 | -7/+12 |
2016-05-12 | omap_lcdc: Remove support for DEPTH != 32 | Pooja Dhannawat | 2 | -51/+7 |
2016-05-12 | blizzard: Remove support for DEPTH != 32 | Pooja Dhannawat | 2 | -66/+5 |
2016-05-02 | vga: make sure vga register setup for vbe stays intact (CVE-2016-3712). | Gerd Hoffmann | 1 | -0/+6 |
2016-05-02 | vga: update vga register setup on vbe changes | Gerd Hoffmann | 1 | -0/+1 |
2016-05-02 | vga: factor out vga register setup | Gerd Hoffmann | 1 | -34/+44 |
2016-05-02 | vga: add vbe_enabled() helper | Gerd Hoffmann | 1 | -4/+9 |
2016-05-02 | vga: fix banked access bounds checking (CVE-2016-3710) | Gerd Hoffmann | 1 | -6/+18 |
2016-04-12 | xenfb: use the correct condition to avoid excessive looping | Wei Liu | 1 | -1/+1 |
2016-04-11 | virtio-gpu: block live migration | Gerd Hoffmann | 1 | -0/+7 |
2016-04-11 | ui/virtio-gpu: add and use qemu_create_displaysurface_pixman | Gerd Hoffmann | 1 | -4/+1 |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah | 1 | -3/+3 |
2016-03-22 | hw: explicitly include qemu-common.h and cpu.h | Paolo Bonzini | 2 | -0/+3 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 8 | -0/+8 |
2016-03-16 | bcm2835_fb: add framebuffer device for Raspberry Pi | Grégory ESTRADE | 2 | -0/+425 |
2016-03-01 | qxl: lock current_async update in qxl_soft_reset | Gerd Hoffmann | 1 | -0/+2 |
2016-03-01 | cirrus_vga: fix off-by-one in blit_region_is_unsafe | Paolo Bonzini | 1 | -2/+2 |
2016-02-23 | all: Clean up includes | Peter Maydell | 1 | -1/+0 |
2016-02-10 | xen: Drop __XEN_LATEST_INTERFACE_VERSION__ checks from prior to Xen 4.2 | Ian Campbell | 1 | -7/+0 |
2016-02-06 | virtio: move allocation to virtqueue_pop/vring_pop | Paolo Bonzini | 1 | -8/+13 |
2016-02-03 | virtio-gpu: block any rendering until client (ui) is done | Gerd Hoffmann | 3 | -0/+26 |
2016-02-03 | virtio-gpu: add support to enable/disable command processing | Gerd Hoffmann | 2 | -2/+6 |
2016-02-03 | virtio-gpu: maintain command queue | Gerd Hoffmann | 1 | -17/+36 |
2016-02-03 | virtio-gpu: fix memory leak in error path | Gerd Hoffmann | 1 | -1/+2 |
2016-01-29 | hw/display: Clean up includes | Peter Maydell | 22 | -2/+22 |
2016-01-29 | virtio: Clean up includes | Peter Maydell | 4 | -0/+4 |