aboutsummaryrefslogtreecommitdiff
path: root/ui/console.c
AgeCommit message (Expand)Author
2015-10-19qemu-char: convert vc backend to data-driven creationPaolo Bonzini
2015-10-14qemu-char: add create to register_char_driverPaolo Bonzini
2015-10-08ui/console: add opengl context and scanout support interfaces.Gerd Hoffmann
2015-06-05ui/console: remove dpy_gfx_update_dirtyPaolo Bonzini
2015-05-06console: add dpy_ui_info_supportedGerd Hoffmann
2015-05-06console: delayed ui_info guest notificationGerd Hoffmann
2015-04-30ui/console : remove 'struct' from 'typedef struct' typeChih-Min Chao
2015-04-22console/gtk: add qemu_console_get_labelGerd Hoffmann
2015-03-12ui/console: fix OVERFLOW_BEFORE_WIDENGonglei
2015-03-10ui: Removed unused functionsThomas Huth
2015-01-19ui: Add dpy_gfx_check_format() to check backend shared surface supportBenjamin Herrenschmidt
2014-09-29console: add graphic_console_set_hwopsGerd Hoffmann
2014-09-16qemu-char: Rename register_char_driver_qapi() to register_char_driver()Peter Maydell
2014-09-05console: Remove unused QEMU_BIG_ENDIAN_FLAGBenjamin Herrenschmidt
2014-09-05console: add dpy_gfx_update_dirtyGerd Hoffmann
2014-09-05console: add qemu_create_displaysurface_guestmemGerd Hoffmann
2014-09-05console: stop using PixelFormatGerd Hoffmann
2014-09-05console: reimplement qemu_default_pixelformatGerd Hoffmann
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