Age | Commit message (Expand) | Author |
2017-07-14 | qom: enforce readonly nature of link's check callback | Igor Mammedov |
2017-07-07 | xenfb: remove xen_init_display "temporary" hack | Stefano Stabellini |
2017-07-04 | xilinx-dp: Add support for the yuy2 video format | Edgar E. Iglesias |
2017-06-28 | vmstate: error hint for failed equal checks | Halil Pasic |
2017-06-02 | Remove/replace sysemu/char.h inclusion | Marc-André Lureau |
2017-05-17 | migration: Create migration/blocker.h | Juan Quintela |
2017-05-15 | Merge remote-tracking branch 'kraxel/tags/pull-ui-20170512-1' into staging | Stefan Hajnoczi |
2017-05-15 | Merge remote-tracking branch 'kraxel/tags/pull-vga-20170511-1' into staging | Stefan Hajnoczi |
2017-05-12 | virtio-gpu: move virtio_gpu_gl_block | Gerd Hoffmann |
2017-05-11 | vga: fix display update region calculation | Gerd Hoffmann |
2017-05-11 | sm501: make display updates thread safe | Gerd Hoffmann |
2017-05-11 | tcx: make display updates thread safe | Mark Cave-Ayland |
2017-05-11 | cg3: make display updates thread safe | Mark Cave-Ayland |
2017-05-10 | Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging | Stefan Hajnoczi |
2017-05-10 | jazz_led: fix bad snprintf | Paolo Bonzini |
2017-05-05 | cg3: add explicit ram_addr_t cast to scanline page variable | Mark Cave-Ayland |
2017-05-05 | tcx: fix cut/paste error in update_palette_entries() | Mark Cave-Ayland |
2017-04-24 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170424-1' into s... | Peter Maydell |
2017-04-24 | sm501: Add vmstate descriptor | BALATON Zoltan |
2017-04-24 | sm501: Add some more missing registers | BALATON Zoltan |
2017-04-24 | sm501: Add support for panel layer | BALATON Zoltan |
2017-04-24 | sm501: Misc clean ups | BALATON Zoltan |
2017-04-24 | sm501: Fix hardware cursor | BALATON Zoltan |
2017-04-24 | sm501: Fix device endianness | BALATON Zoltan |
2017-04-24 | sm501: Add emulation of chip connected via PCI | BALATON Zoltan |
2017-04-24 | sm501: Get rid of base address in draw_hwc_line | BALATON Zoltan |
2017-04-24 | sm501: QOMify | BALATON Zoltan |
2017-04-24 | sm501: Add missing arbitration control register | BALATON Zoltan |
2017-04-24 | sm501: Use defined constants instead of literal values where available | BALATON Zoltan |
2017-04-24 | sm501: Fixed code style and a few typos in comments | BALATON Zoltan |
2017-04-24 | virtio-gpu: add xres and yres properties | Gerd Hoffmann |
2017-04-24 | qxl: add xres and yres properties | Gerd Hoffmann |
2017-04-24 | vmsvga: fix vmsvga_update_display | Gerd Hoffmann |
2017-04-24 | g364fb: make display updates thread safe | Gerd Hoffmann |
2017-04-24 | exynos: make display updates thread safe | Gerd Hoffmann |
2017-04-24 | framebuffer: make display updates thread safe | Gerd Hoffmann |
2017-04-24 | vga: make display updates thread safe. | Gerd Hoffmann |
2017-04-24 | vga: add vga_scanline_invalidated helper | Gerd Hoffmann |
2017-04-24 | virtio-gpu: replace PIXMAN_* by PIXMAN_BE_* | Laurent Vivier |
2017-04-21 | tcx: switch to load_image_mr() and remove prom_addr hack | Mark Cave-Ayland |
2017-04-21 | tcx: use tcx_set_dirty() for accelerated ops | Mark Cave-Ayland |
2017-04-21 | tcx: remove primitives for non-32-bit surfaces | Mark Cave-Ayland |
2017-04-21 | tcx: remove TARGET_PAGE_SIZE from tcx24_update_display() | Mark Cave-Ayland |
2017-04-21 | tcx: remove TARGET_PAGE_SIZE from tcx_update_display() | Mark Cave-Ayland |
2017-04-21 | tcx: remove page24 and cpage from tcx24_update_display() | Mark Cave-Ayland |
2017-04-21 | tcx: alter tcx24_reset_dirty() to accept address and length parameters | Mark Cave-Ayland |
2017-04-21 | tcx: alter tcx24_check_dirty() to accept address and length parameters | Mark Cave-Ayland |
2017-04-21 | tcx: ensure tcx_set_dirty() also invalidates the 24-bit plane and cplane | Mark Cave-Ayland |
2017-04-21 | tcx: alter tcx_set_dirty() to accept address and length parameters | Mark Cave-Ayland |
2017-04-21 | cg3: switch to load_image_mr() and remove prom-addr hack | Mark Cave-Ayland |