Age | Commit message (Expand) | Author |
2014-06-02 | console: add kbd_put_string_console | Gerd Hoffmann |
2014-06-02 | console: add kbd_put_qcode_console | Gerd Hoffmann |
2014-05-26 | console: add kbd_put_keysym_console | Gerd Hoffmann |
2014-05-26 | console: rework text terminal cursor logic | Gerd Hoffmann |
2014-05-26 | console: update text terminal surface unconditionally | Gerd Hoffmann |
2014-05-26 | console: nicer initial screen | Gerd Hoffmann |
2014-05-26 | console: Abort on property access errors | Kirill Batuzov |
2014-05-07 | ui: Add missing 'static' attribute | Stefan Weil |
2014-03-19 | qom: Add check() argument to object_property_add_link() | Stefan Hajnoczi |
2014-03-19 | qom: Make QOM link property unref optional | Stefan Hajnoczi |
2014-03-05 | console: add QemuUIInfo | Gerd Hoffmann |
2014-03-05 | console: add head to index to qemu consoles. | Gerd Hoffmann |
2014-03-05 | console: export QemuConsole index,width,height | Gerd Hoffmann |
2013-12-02 | misc: Replace 'struct QEMUTimer' by 'QEMUTimer' | Stefan Weil |
2013-12-02 | console: Replace conditional debug messages by trace methods | Stefan Weil |
2013-12-02 | trace: Remove trace.h from console.h (less dependencies) | Stefan Weil |
2013-11-13 | console: Remove unused debug code | Stefan Weil |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh |
2013-06-28 | console: Hook QemuConsoles into qom tree | Gerd Hoffmann |
2013-06-10 | qemu-char: don't issue CHR_EVENT_OPEN in a BH | Michael Roth |
2013-04-25 | console: add dummy surface for guests without graphic card | Gerd Hoffmann |
2013-04-25 | console: zap ds arg from register_displaychangelistener | Gerd Hoffmann |
2013-04-25 | console: switch ppm_save to qemu_open | Gerd Hoffmann |
2013-04-25 | console: add qemu_console_lookup_by_device | Gerd Hoffmann |
2013-04-25 | console: add device link to QemuConsoles | Gerd Hoffmann |
2013-04-25 | console: qom-ify QemuConsole | Gerd Hoffmann |
2013-04-16 | console: allow pinning displaychangelisteners to consoles | Gerd Hoffmann |
2013-04-16 | console: add qemu_console_is_* | Gerd Hoffmann |
2013-04-16 | xen: re-enable refresh interval reporting for xenfb | Gerd Hoffmann |
2013-04-16 | console: gui timer fixes | Gerd Hoffmann |
2013-04-16 | console: add GraphicHwOps | Gerd Hoffmann |
2013-04-16 | console: make DisplayState private to console.c | Gerd Hoffmann |
2013-04-16 | console: move gui_update+gui_setup_refresh from vl.c into console.c | Gerd Hoffmann |
2013-04-16 | console: zap g_width + g_height | Gerd Hoffmann |
2013-04-16 | console: simplify screendump | Gerd Hoffmann |
2013-04-16 | console: give each QemuConsole its own DisplaySurface | Gerd Hoffmann |
2013-04-16 | console: rename vga_hw_*, add QemuConsole param | Gerd Hoffmann |
2013-04-16 | console: displaystate init revamp | Gerd Hoffmann |
2013-04-16 | console: add trace events | Gerd Hoffmann |
2013-04-16 | console: switch color_table_rgb to pixman_color_t | Gerd Hoffmann |
2013-04-16 | console: use pixman for font rendering | Gerd Hoffmann |
2013-04-16 | console: use pixman for fill+blit | Gerd Hoffmann |
2013-04-15 | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini |
2013-03-27 | qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open | Hans de Goede |
2013-03-18 | console: remove ds_get_* helper functions | Gerd Hoffmann |
2013-03-18 | console: zap color_table | Gerd Hoffmann |
2013-03-18 | console: stop using DisplayState in gfx hardware emulation | Gerd Hoffmann |
2013-03-18 | console: zap displaystate from dcl callbacks | Gerd Hoffmann |
2013-03-18 | console: rework DisplaySurface handling [dcl/ui side] | Gerd Hoffmann |
2013-03-18 | console: rework DisplaySurface handling [vga emu side] | Gerd Hoffmann |