aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-16qxl: add 2000x2000 and 2048x2048 video modesGerd Hoffmann1-0/+2
2013-04-16m25p80: Add debug message for no bdrvPeter Crosthwaite1-0/+1
2013-04-16m25p80.c: Multiple debug verbosity levelsPeter Crosthwaite1-19/+21
2013-04-16m25p80: Convert guest errors to LOG_GUEST_ERRORPeter Crosthwaite1-5/+7
2013-04-16m25p80: Fix debug messages.Peter Crosthwaite1-6/+7
2013-04-16stream: Remove app argument hackPeter Crosthwaite6-67/+187
2013-04-16xilinx_axienet/dma: Implement rx path flow controlPeter Crosthwaite2-11/+66
2013-04-16stream: Add flow control APIPeter Crosthwaite4-9/+48
2013-04-16xilinx_axidma: Fix rx/tx halted bit.Peter Crosthwaite1-2/+2
2013-04-16xilinx_axidma: Create Proxy object for streamPeter Crosthwaite2-7/+62
2013-04-16xilinx_axienet: Create Proxy object for streamPeter Crosthwaite2-5/+60
2013-04-16petalogix_ml605_mmu: Attach ethernet to machinePeter Crosthwaite1-0/+2
2013-04-16petalogix_ml605_mmu: Fix machine node attachmentPeter Crosthwaite1-2/+2
2013-04-16xilinx_axidma: converted init->realizePeter Crosthwaite1-13/+13
2013-04-16xilinx_axidma: Register reset properlyPeter Crosthwaite1-1/+11
2013-04-16xilinx_axidma: Defined and use type cast macroPeter Crosthwaite1-4/+9
2013-04-16xilinx_axidma: typedef XilinxAXIDMA structPeter Crosthwaite1-7/+9
2013-04-16xilinx_axienet: converted init->realizePeter Crosthwaite1-13/+11
2013-04-16xilinx_axienet: Register reset properlyPeter Crosthwaite1-2/+4
2013-04-16xilinx_axienet: Defined and use type cast macroPeter Crosthwaite1-3/+8
2013-04-16xilinx_axienet: typedef XilinxAXIEnet structPeter Crosthwaite1-21/+23
2013-04-16qxl: register QemuConsole for secondary cardsGerd Hoffmann1-1/+5
2013-04-16gtk: custom cursor supportGerd Hoffmann1-0/+33
2013-04-16console: allow pinning displaychangelisteners to consolesGerd Hoffmann6-38/+84
2013-04-16console: add qemu_console_is_*Gerd Hoffmann5-46/+56
2013-04-16xen: re-enable refresh interval reporting for xenfbGerd Hoffmann3-39/+24
2013-04-16qxl: add 4k + 8k resolutionsGerd Hoffmann1-0/+4
2013-04-16console: gui timer fixesGerd Hoffmann6-67/+60
2013-04-16console: add GraphicHwOpsGerd Hoffmann26-104/+155
2013-04-16console: make DisplayState private to console.cGerd Hoffmann2-8/+8
2013-04-16console: move gui_update+gui_setup_refresh from vl.c into console.cGerd Hoffmann3-51/+50
2013-04-16console: zap g_width + g_heightGerd Hoffmann1-23/+9
2013-04-16console: simplify screendumpGerd Hoffmann26-451/+73
2013-04-16console: give each QemuConsole its own DisplaySurfaceGerd Hoffmann2-28/+69
2013-04-16console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann11-56/+67
2013-04-16console: displaystate init revampGerd Hoffmann3-48/+36
2013-04-16console: add trace eventsGerd Hoffmann2-0/+7
2013-04-16console: switch color_table_rgb to pixman_color_tGerd Hoffmann1-16/+8
2013-04-16console: use pixman for font renderingGerd Hoffmann1-99/+11
2013-04-16console: use pixman for fill+blitGerd Hoffmann1-55/+10
2013-04-16pixman: render vgafont glyphs into pixman imagesGerd Hoffmann2-0/+50
2013-04-16pixman: add qemu_pixman_color()Gerd Hoffmann2-0/+13
2013-04-16hw/vmware_vga.c: various vmware vga fixes.Gerd Hoffmann2-27/+31
2013-04-16hw/vmware_vga.c: add tracepoints for mmio reads+writesGerd Hoffmann2-32/+86
2013-04-16hw/vmware_vga.c: fix screen resize bug introduced after console revampIgor Mitsyanko1-1/+2
2013-04-16exynos4210_fimd.c: fix display resize bug introduced after console revampIgor Mitsyanko1-3/+4
2013-04-16target-cris: Override do_interrupt for pre-v32 CPU coresAndreas Färber3-6/+17
2013-04-16qdev: Set device's parent before calling realize() down inheritance chainIgor Mammedov1-4/+4
2013-04-16cpu: Pass CPUState to *cpu_synchronize_post*()Igor Mammedov4-16/+12
2013-04-16target-i386: Split out CPU creation and features parsingIgor Mammedov2-3/+16