aboutsummaryrefslogtreecommitdiff
path: root/ui/console.c
AgeCommit message (Expand)Author
2014-06-23qemu-char: introduce qemu_chr_allocPaolo Bonzini
2014-06-10console: fix -vga none -sdl crashGerd Hoffmann
2014-06-10console: kill MAX_CONSOLES, alloc consoles dynamicallyGerd Hoffmann
2014-06-02console: add kbd_put_string_consoleGerd Hoffmann
2014-06-02console: add kbd_put_qcode_consoleGerd Hoffmann
2014-05-26console: add kbd_put_keysym_consoleGerd Hoffmann
2014-05-26console: rework text terminal cursor logicGerd Hoffmann
2014-05-26console: update text terminal surface unconditionallyGerd Hoffmann
2014-05-26console: nicer initial screenGerd Hoffmann
2014-05-26console: Abort on property access errorsKirill Batuzov
2014-05-07ui: Add missing 'static' attributeStefan Weil
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi
2014-03-05console: add QemuUIInfoGerd Hoffmann
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann
2014-03-05console: export QemuConsole index,width,heightGerd Hoffmann
2013-12-02misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil
2013-12-02console: Replace conditional debug messages by trace methodsStefan Weil
2013-12-02trace: Remove trace.h from console.h (less dependencies)Stefan Weil
2013-11-13console: Remove unused debug codeStefan Weil
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-06-28console: Hook QemuConsoles into qom treeGerd Hoffmann
2013-06-10qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth
2013-04-25console: add dummy surface for guests without graphic cardGerd Hoffmann
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann
2013-04-25console: switch ppm_save to qemu_openGerd Hoffmann
2013-04-25console: add qemu_console_lookup_by_deviceGerd Hoffmann
2013-04-25console: add device link to QemuConsolesGerd Hoffmann
2013-04-25console: qom-ify QemuConsoleGerd Hoffmann
2013-04-16console: allow pinning displaychangelisteners to consolesGerd Hoffmann
2013-04-16console: add qemu_console_is_*Gerd Hoffmann
2013-04-16xen: re-enable refresh interval reporting for xenfbGerd Hoffmann
2013-04-16console: gui timer fixesGerd Hoffmann
2013-04-16console: add GraphicHwOpsGerd Hoffmann
2013-04-16console: make DisplayState private to console.cGerd Hoffmann
2013-04-16console: move gui_update+gui_setup_refresh from vl.c into console.cGerd Hoffmann
2013-04-16console: zap g_width + g_heightGerd Hoffmann
2013-04-16console: simplify screendumpGerd Hoffmann
2013-04-16console: give each QemuConsole its own DisplaySurfaceGerd Hoffmann
2013-04-16console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann
2013-04-16console: displaystate init revampGerd Hoffmann
2013-04-16console: add trace eventsGerd Hoffmann
2013-04-16console: switch color_table_rgb to pixman_color_tGerd Hoffmann
2013-04-16console: use pixman for font renderingGerd Hoffmann
2013-04-16console: use pixman for fill+blitGerd Hoffmann
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-03-27qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_openHans de Goede
2013-03-18console: remove ds_get_* helper functionsGerd Hoffmann
2013-03-18console: zap color_tableGerd Hoffmann
2013-03-18console: stop using DisplayState in gfx hardware emulationGerd Hoffmann