summaryrefslogtreecommitdiff
path: root/ui/console.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-10console: ignore ui_info updates which don't actually update somethingGerd Hoffmann1-1/+6
2016-04-11ui/virtio-gpu: add and use qemu_create_displaysurface_pixmanGerd Hoffmann1-0/+11
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-2/+2
2016-03-09ui/console: add escape sequence \e[5, 6nRen Kimura1-15/+41
2016-03-01console: add & use qemu_console_lookup_by_device_nameGerd Hoffmann1-0/+23
2016-02-25chardev: Properly initialize ChardevCommon componentsEric Blake1-9/+11
2016-02-04ui: Clean up includesPeter Maydell1-0/+1
2016-02-03console: block rendering until client is doneGerd Hoffmann1-0/+10
2016-01-15qemu-char: add logfile facility to all chardev backendsDaniel P. Berrange1-1/+5
2016-01-08ui/curses: Fix color attribute of monitor for cursesOGAWA Hirofumi1-56/+45
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-1/+1
2015-11-06ui: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2015-11-02input: Convert to new qapi union layoutEric Blake1-10/+10
2015-10-19qemu-char: convert vc backend to data-driven creationPaolo Bonzini1-4/+6
2015-10-14qemu-char: add create to register_char_driverPaolo Bonzini1-1/+2
2015-10-08ui/console: add opengl context and scanout support interfaces.Gerd Hoffmann1-2/+65
2015-06-05ui/console: remove dpy_gfx_update_dirtyPaolo Bonzini1-61/+0
2015-05-06console: add dpy_ui_info_supportedGerd Hoffmann1-1/+6
2015-05-06console: delayed ui_info guest notificationGerd Hoffmann1-3/+19
2015-04-30ui/console : remove 'struct' from 'typedef struct' typeChih-Min Chao1-2/+2
2015-04-22console/gtk: add qemu_console_get_labelGerd Hoffmann1-0/+15
2015-03-12ui/console: fix OVERFLOW_BEFORE_WIDENGonglei1-2/+2
2015-03-10ui: Removed unused functionsThomas Huth1-12/+0
2015-01-19ui: Add dpy_gfx_check_format() to check backend shared surface supportBenjamin Herrenschmidt1-0/+25
2014-09-29console: add graphic_console_set_hwopsGerd Hoffmann1-2/+9
2014-09-16qemu-char: Rename register_char_driver_qapi() to register_char_driver()Peter Maydell1-2/+1
2014-09-05console: Remove unused QEMU_BIG_ENDIAN_FLAGBenjamin Herrenschmidt1-7/+0
2014-09-05console: add dpy_gfx_update_dirtyGerd Hoffmann1-0/+61
2014-09-05console: add qemu_create_displaysurface_guestmemGerd Hoffmann1-0/+37
2014-09-05console: stop using PixelFormatGerd Hoffmann1-23/+10
2014-09-05console: reimplement qemu_default_pixelformatGerd Hoffmann1-113/+4
2014-06-23qemu-char: introduce qemu_chr_allocPaolo Bonzini1-1/+1
2014-06-10console: fix -vga none -sdl crashGerd Hoffmann1-4/+1
2014-06-10console: kill MAX_CONSOLES, alloc consoles dynamicallyGerd Hoffmann1-9/+4
2014-06-02console: add kbd_put_string_consoleGerd Hoffmann1-0/+9
2014-06-02console: add kbd_put_qcode_consoleGerd Hoffmann1-0/+24
2014-05-26console: add kbd_put_keysym_consoleGerd Hoffmann1-3/+6
2014-05-26console: rework text terminal cursor logicGerd Hoffmann1-18/+32
2014-05-26console: update text terminal surface unconditionallyGerd Hoffmann1-71/+56
2014-05-26console: nicer initial screenGerd Hoffmann1-8/+11
2014-05-26console: Abort on property access errorsKirill Batuzov1-17/+13
2014-05-07ui: Add missing 'static' attributeStefan Weil1-1/+1
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi1-0/+1
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi1-1/+3
2014-03-05console: add QemuUIInfoGerd Hoffmann1-0/+17
2014-03-05console: add head to index to qemu consoles.Gerd Hoffmann1-4/+24
2014-03-05console: export QemuConsole index,width,heightGerd Hoffmann1-0/+24
2013-12-02misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil1-1/+1
2013-12-02console: Replace conditional debug messages by trace methodsStefan Weil1-8/+3
2013-12-02trace: Remove trace.h from console.h (less dependencies)Stefan Weil1-0/+1