Age | Commit message (Expand) | Author | Files | Lines |
2013-07-23 | display/vmware_vga: QOM parent field cleanup | Andreas Färber | 1 | -10/+13 |
2013-07-23 | display/vmware_vga: QOM casting sweep | Peter Crosthwaite | 1 | -5/+8 |
2013-07-04 | add a header file for atomic operations | Paolo Bonzini | 1 | -1/+2 |
2013-07-04 | hw/d*: pass owner to memory_region_init* functions | Paolo Bonzini | 8 | -20/+25 |
2013-07-04 | piolist: add owner argument to initialization functions and pass devices | Paolo Bonzini | 2 | -3/+4 |
2013-07-04 | vga: set owner in vga_update_memory_access | Paolo Bonzini | 1 | -1/+2 |
2013-07-04 | vga: pass owner to vga_init_io | Paolo Bonzini | 3 | -5/+5 |
2013-07-04 | vga: pass owner to vga_init_vbe | Paolo Bonzini | 6 | -7/+7 |
2013-07-04 | vga: pass owner to cirrus_init_common | Paolo Bonzini | 1 | -10/+12 |
2013-07-04 | vga: pass owner to vga_common_init | Paolo Bonzini | 8 | -10/+10 |
2013-07-04 | vga: pass owner to vga_init | Paolo Bonzini | 5 | -5/+7 |
2013-07-04 | memory: add ref/unref calls | Paolo Bonzini | 2 | -5/+13 |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini | 18 | -52/+52 |
2013-07-04 | vmware-vga: Accept unaligned I/O accesses | Jan Kiszka | 1 | -0/+4 |
2013-06-24 | Merge remote-tracking branch 'spice/spice.v71' into staging | Anthony Liguori | 1 | -1/+1 |
2013-06-24 | qxl: fix Coverity scan SIGN_EXTENSION error | Gerd Hoffmann | 1 | -1/+1 |
2013-06-21 | qxl: Fix QXLRam initialisation. | Anthony PERARD | 1 | -0/+1 |
2013-06-20 | memory: make section size a 128-bit integer | Paolo Bonzini | 2 | -3/+4 |
2013-06-07 | isa: Use realizefn for ISADevice | Andreas Färber | 2 | -15/+14 |
2013-06-03 | Merge remote-tracking branch 'mjt/trivial-patches' into staging | Anthony Liguori | 1 | -1/+0 |
2013-06-02 | tcx: Fix 24-bit display mode | Mark Cave-Ayland | 1 | -4/+6 |
2013-06-01 | Remove unnecessary break statements | Stefan Weil | 1 | -1/+0 |
2013-05-09 | qxl: Call spice_qxl_driver_unload from qxl_enter_vga_mode | Hans de Goede | 1 | -0/+3 |
2013-04-29 | vga-isa: QOM'ify ISA VGA | Andreas Färber | 1 | -12/+17 |
2013-04-29 | cirrus_vga: QOM'ify ISA Cirrus VGA | Andreas Färber | 1 | -5/+10 |
2013-04-25 | console: zap ds arg from register_displaychangelistener | Gerd Hoffmann | 1 | -3/+1 |
2013-04-25 | console: add device link to QemuConsoles | Gerd Hoffmann | 19 | -24/+25 |
2013-04-25 | console: qom-ify QemuConsole | Gerd Hoffmann | 1 | -1/+1 |
2013-04-20 | qdev: Drop taddr properties | Peter Maydell | 2 | -2/+0 |
2013-04-20 | hw/sm501: Use correct setter for sysbus-ohci dma-address property | Peter Maydell | 1 | -1/+1 |
2013-04-19 | Remove unneeded type casts | Stefan Weil | 1 | -1/+1 |
2013-04-18 | configure: eliminate target_libs_softmmu | Paolo Bonzini | 1 | -2/+3 |
2013-04-16 | Merge remote-tracking branch 'spice/spice.v69' into staging | Anthony Liguori | 1 | -1/+7 |
2013-04-16 | spice: (32 bit only) fix surface cmd tracking destruction | Alon Levy | 1 | -1/+1 |
2013-04-16 | qxl: add 2000x2000 and 2048x2048 video modes | Gerd Hoffmann | 1 | -0/+2 |
2013-04-16 | qxl: register QemuConsole for secondary cards | Gerd Hoffmann | 1 | -1/+5 |
2013-04-16 | console: allow pinning displaychangelisteners to consoles | Gerd Hoffmann | 1 | -1/+1 |
2013-04-16 | xen: re-enable refresh interval reporting for xenfb | Gerd Hoffmann | 1 | -39/+17 |
2013-04-16 | qxl: add 4k + 8k resolutions | Gerd Hoffmann | 1 | -0/+4 |
2013-04-16 | console: add GraphicHwOps | Gerd Hoffmann | 22 | -78/+124 |
2013-04-16 | console: simplify screendump | Gerd Hoffmann | 22 | -427/+18 |
2013-04-16 | console: rename vga_hw_*, add QemuConsole param | Gerd Hoffmann | 4 | -7/+7 |
2013-04-16 | hw/vmware_vga.c: various vmware vga fixes. | Gerd Hoffmann | 1 | -27/+30 |
2013-04-16 | hw/vmware_vga.c: add tracepoints for mmio reads+writes | Gerd Hoffmann | 1 | -32/+80 |
2013-04-16 | hw/vmware_vga.c: fix screen resize bug introduced after console revamp | Igor Mitsyanko | 1 | -1/+2 |
2013-04-16 | exynos4210_fimd.c: fix display resize bug introduced after console revamp | Igor Mitsyanko | 1 | -3/+4 |
2013-04-15 | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini | 1 | -1/+1 |
2013-04-15 | arm: fix location of some include files | Peter Maydell | 3 | -3/+3 |
2013-04-08 | hw: move private headers to hw/ subdirectories. | Paolo Bonzini | 32 | -77/+3122 |
2013-04-08 | hw: move display devices to hw/display/, configure via default-configs/ | Paolo Bonzini | 16 | -0/+14686 |