Age | Commit message (Expand) | Author |
2015-06-12 | virtio-gpu-pci: add virtio pci support | Gerd Hoffmann |
2015-06-12 | virtio-gpu: fix error message | Gerd Hoffmann |
2015-06-12 | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela |
2015-06-10 | virtio-gpu/2d: add virtio gpu core code | Gerd Hoffmann |
2015-06-10 | stdvga: factor out mmio subregion init | Gerd Hoffmann |
2015-06-10 | stdvga: pass VGACommonState instead of PCIVGAState | Gerd Hoffmann |
2015-06-10 | stdvga: fix offset in pci_vga_ioport_read | Gerd Hoffmann |
2015-06-05 | framebuffer: check memory_region_is_logging | Paolo Bonzini |
2015-06-05 | memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo... | Paolo Bonzini |
2015-06-05 | display: add memory_region_sync_dirty_bitmap calls | Paolo Bonzini |
2015-06-05 | display: enable DIRTY_MEMORY_VGA tracking explicitly | Paolo Bonzini |
2015-06-05 | g364fb: remove pointless call to memory_region_set_coalescing | Paolo Bonzini |
2015-06-03 | hw/display/tc6393xb.c: Fix misusing qemu_allocate_irqs for single irq | Shannon Zhao |
2015-05-29 | spice: don't update mm_time when spice-server is stopped. | Gerd Hoffmann |
2015-05-19 | vga-pci: QOMify | Gonglei |
2015-05-19 | qxl: QOMify | Gonglei |
2015-05-19 | cirrus_vga: QOMify | Gonglei |
2015-04-30 | hw/display : remove 'struct' from 'typedef QXL struct' | Chih-Min Chao |
2015-04-30 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-04-28 | milkymist: do not modify libs-softmmu | Paolo Bonzini |
2015-04-28 | Convert (ffs(val) - 1) to ctz32(val) | Stefan Hajnoczi |
2015-03-19 | Fix remaining warnings from Sparse (void return) | Stefan Weil |
2015-03-19 | omap: Fix warnings from Sparse | Stefan Weil |
2015-03-12 | Allow the use of X11 from a non standard location. | Jeremy White |
2015-03-12 | configure: opengl overhaul | Gerd Hoffmann |
2015-03-09 | vga: Expose framebuffer byteorder as a QOM property | David Gibson |
2015-03-09 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-03-03 | qxl: drop update_displaychangelistener call for secondary qxl devices | Gerd Hoffmann |
2015-03-03 | vga: refactor vram_size clamping and rounding | Radim Krčmář |
2015-03-03 | qxl: refactor rounding up to a nearest power of 2 | Radim Krčmář |
2015-03-03 | spice: fix invalid memory access to vga.vram | Radim Krčmář |
2015-03-03 | qxl: document minimal video memory for new modes | Radim Krčmář |
2015-02-26 | qxl: Convert to realize | Markus Armbruster |
2015-02-26 | cirrus-vga: Convert to realize | Markus Armbruster |
2015-02-26 | pci: Trivial device model conversions to realize | Markus Armbruster |
2015-02-13 | isa: remove isa_mem_base variable | Hervé Poussineau |
2015-02-10 | vga: Fix warning caused by missing 'static' attribute | Stefan Weil |
2015-02-10 | Add tracing to xenfb. | Don Koch |
2015-01-19 | ui: Add dpy_gfx_check_format() to check backend shared surface support | Benjamin Herrenschmidt |
2015-01-15 | blizzard: do not depend on VGA internals | Paolo Bonzini |
2014-12-17 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20141216-1' into s... | Peter Maydell |
2014-12-16 | vga: set catagory bit for secondary vga device | Gonglei |
2014-12-16 | move hw cursor pos from cirrus to vga | Gerd Hoffmann |
2014-12-16 | cirrus: Force use of shadow pixmap when HW cursor is enabled | Benjamin Herrenschmidt |
2014-12-16 | vga: Add mechanism to force the use of a shadow surface | Benjamin Herrenschmidt |
2014-12-16 | spice: reduce refresh rate in native mode | Gerd Hoffmann |
2014-12-16 | spice: use bottom half instead of refresh timer for cursor updates | Gerd Hoffmann |
2014-12-01 | cirrus: don't overflow CirrusVGAState->cirrus_bltbuf | Gerd Hoffmann |
2014-12-01 | cirrus: fix blit region check | Gerd Hoffmann |
2014-10-29 | vmware-vga: use vmsvga_verify_rect in vmsvga_fill_rect | Gerd Hoffmann |