summaryrefslogtreecommitdiff
path: root/ui/console.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-17ui/console: ensure graphic updates don't race with TCG vCPUsAlex Bennée1-1/+20
2017-03-16cirrus/vnc: zap bitblit support from console code.Gerd Hoffmann1-28/+0
2017-02-27console: add dpy_gl_scanout_disableGerd Hoffmann1-0/+11
2017-02-27console: rename dpy_gl_scanout to dpy_gl_scanout_textureGerd Hoffmann1-8/+11
2017-02-02Merge remote-tracking branch 'remotes/elmarco/tags/chr-split-pull-request' in...Peter Maydell1-8/+2
2017-01-31console: fix console resizeGerd Hoffmann1-1/+1
2017-01-31char: remove class kind fieldMarc-André Lureau1-1/+1
2017-01-31char: get rid of CharDriverMarc-André Lureau1-8/+2
2017-01-27chardev: qom-ifyMarc-André Lureau1-25/+37
2017-01-27vc: use a common prefix for chr callbacksMarc-André Lureau1-12/+12
2017-01-27gtk: overwrite the console.c char driverMarc-André Lureau1-17/+7
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-20/+20
2017-01-27char: allocate CharDriverState as a single objectMarc-André Lureau1-6/+15
2017-01-27char: move callbacks in CharDriverMarc-André Lureau1-11/+17
2017-01-27char: use a const CharDriverMarc-André Lureau1-3/+7
2017-01-10console: add API to get underlying gui window IDSamuel Thibault1-0/+11
2016-10-24char: remove explicit_be_open from CharDriverStateMarc-André Lureau1-5/+6
2016-10-24char: move front end handlers in CharBackendMarc-André Lureau1-1/+3
2016-10-24char: remove init callbackMarc-André Lureau1-2/+0
2016-09-28console: track gl_block state in QemuConsoleGerd Hoffmann1-4/+11
2016-09-28console: skip same-size resizeMarc-André Lureau1-0/+7
2016-09-15ui/console: Fix non-working backspace key in monitor of gtk UIThomas Huth1-0/+1
2016-07-06virgl: pass whole GL scanout dimensionsMarc-André Lureau1-0/+2
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