Age | Commit message (Expand) | Author | Files | Lines |
2015-09-07 | arm: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2 | -4/+2 |
2015-07-28 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -1/+2 |
2015-07-27 | virtio: get_features() can fail | Jason Wang | 1 | -1/+2 |
2015-07-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 6 | -51/+137 |
2015-07-24 | framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the framebuffer | Paolo Bonzini | 6 | -51/+137 |
2015-07-22 | qxl: Fix new function name for spice-server library | Frediano Ziglio | 1 | -2/+1 |
2015-07-16 | qxl: allow to specify head limit to qxl driver | Frediano Ziglio | 2 | -5/+24 |
2015-07-07 | virtio-gpu: use virtio_instance_init_common, fixup properties | Gerd Hoffmann | 3 | -7/+7 |
2015-07-07 | virtio-gpu: update console device property. | Gerd Hoffmann | 2 | -0/+15 |
2015-06-23 | hw/display/tcx.c: Fix memory leak | Shannon Zhao | 1 | -0/+1 |
2015-06-23 | hw/display/cg3.c: Fix memory leak | Shannon Zhao | 1 | -0/+1 |
2015-06-23 | hw/display/qxl-logger.c: Constify some variable | Frediano Ziglio | 1 | -8/+8 |
2015-06-22 | Include monitor/monitor.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster | 2 | -0/+2 |
2015-06-16 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150615-1' into s... | Peter Maydell | 6 | -5/+256 |
2015-06-15 | hw/display/exynos4210_fimd: Fix bit-swapping code | Peter Maydell | 1 | -1/+1 |
2015-06-12 | virtio-vga: add virtio gpu device with vga compatibility | Gerd Hoffmann | 4 | -4/+186 |
2015-06-12 | virtio-gpu-pci: add virtio pci support | Gerd Hoffmann | 2 | -0/+69 |
2015-06-12 | virtio-gpu: fix error message | Gerd Hoffmann | 1 | -1/+1 |
2015-06-12 | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela | 2 | -14/+8 |
2015-06-10 | virtio-gpu/2d: add virtio gpu core code | Gerd Hoffmann | 2 | -0/+920 |
2015-06-10 | stdvga: factor out mmio subregion init | Gerd Hoffmann | 1 | -29/+30 |
2015-06-10 | stdvga: pass VGACommonState instead of PCIVGAState | Gerd Hoffmann | 1 | -22/+22 |
2015-06-10 | stdvga: fix offset in pci_vga_ioport_read | Gerd Hoffmann | 1 | -3/+3 |
2015-06-05 | framebuffer: check memory_region_is_logging | Paolo Bonzini | 1 | -0/+4 |
2015-06-05 | memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo... | Paolo Bonzini | 1 | -1/+1 |
2015-06-05 | display: add memory_region_sync_dirty_bitmap calls | Paolo Bonzini | 4 | -0/+5 |
2015-06-05 | display: enable DIRTY_MEMORY_VGA tracking explicitly | Paolo Bonzini | 5 | -7/+17 |
2015-06-05 | g364fb: remove pointless call to memory_region_set_coalescing | Paolo Bonzini | 1 | -1/+0 |
2015-06-03 | hw/display/tc6393xb.c: Fix misusing qemu_allocate_irqs for single irq | Shannon Zhao | 1 | -1/+1 |
2015-05-29 | spice: don't update mm_time when spice-server is stopped. | Gerd Hoffmann | 1 | -0/+4 |
2015-05-19 | vga-pci: QOMify | Gonglei | 1 | -18/+30 |
2015-05-19 | qxl: QOMify | Gonglei | 2 | -18/+29 |
2015-05-19 | cirrus_vga: QOMify | Gonglei | 1 | -2/+6 |
2015-04-30 | hw/display : remove 'struct' from 'typedef QXL struct' | Chih-Min Chao | 1 | -1/+1 |
2015-04-30 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+1 |
2015-04-28 | milkymist: do not modify libs-softmmu | Paolo Bonzini | 1 | -1/+1 |
2015-04-28 | Convert (ffs(val) - 1) to ctz32(val) | Stefan Hajnoczi | 1 | -1/+1 |
2015-03-19 | Fix remaining warnings from Sparse (void return) | Stefan Weil | 1 | -1/+1 |
2015-03-19 | omap: Fix warnings from Sparse | Stefan Weil | 1 | -5/+10 |
2015-03-12 | Allow the use of X11 from a non standard location. | Jeremy White | 1 | -0/+1 |
2015-03-12 | configure: opengl overhaul | Gerd Hoffmann | 1 | -1/+1 |
2015-03-09 | vga: Expose framebuffer byteorder as a QOM property | David Gibson | 1 | -0/+29 |
2015-03-09 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 4 | -36/+28 |
2015-03-03 | qxl: drop update_displaychangelistener call for secondary qxl devices | Gerd Hoffmann | 1 | -1/+0 |
2015-03-03 | vga: refactor vram_size clamping and rounding | Radim Krčmář | 1 | -7/+15 |
2015-03-03 | qxl: refactor rounding up to a nearest power of 2 | Radim Krčmář | 1 | -18/+5 |
2015-03-03 | spice: fix invalid memory access to vga.vram | Radim Krčmář | 2 | -2/+10 |
2015-03-03 | qxl: document minimal video memory for new modes | Radim Krčmář | 1 | -0/+3 |
2015-02-26 | qxl: Convert to realize | Markus Armbruster | 1 | -19/+17 |