summaryrefslogtreecommitdiffstats
path: root/ui/console.c
Commit message (Expand)AuthorAgeFilesLines
* ui/console: ensure graphic updates don't race with TCG vCPUsAlex Bennée2017-03-171-1/+20
* cirrus/vnc: zap bitblit support from console code.Gerd Hoffmann2017-03-161-28/+0Star
* console: add dpy_gl_scanout_disableGerd Hoffmann2017-02-271-0/+11
* console: rename dpy_gl_scanout to dpy_gl_scanout_textureGerd Hoffmann2017-02-271-8/+11
* Merge remote-tracking branch 'remotes/elmarco/tags/chr-split-pull-request' in...Peter Maydell2017-02-021-8/+2Star
|\
| * char: remove class kind fieldMarc-André Lureau2017-01-311-1/+1
| * char: get rid of CharDriverMarc-André Lureau2017-01-311-8/+2Star
* | console: fix console resizeGerd Hoffmann2017-01-311-1/+1
|/
* chardev: qom-ifyMarc-André Lureau2017-01-271-25/+37
* vc: use a common prefix for chr callbacksMarc-André Lureau2017-01-271-12/+12
* gtk: overwrite the console.c char driverMarc-André Lureau2017-01-271-17/+7Star
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-20/+20
* char: allocate CharDriverState as a single objectMarc-André Lureau2017-01-271-6/+15
* char: move callbacks in CharDriverMarc-André Lureau2017-01-271-11/+17
* char: use a const CharDriverMarc-André Lureau2017-01-271-3/+7
* console: add API to get underlying gui window IDSamuel Thibault2017-01-101-0/+11
* char: remove explicit_be_open from CharDriverStateMarc-André Lureau2016-10-241-5/+6
* char: move front end handlers in CharBackendMarc-André Lureau2016-10-241-1/+3
* char: remove init callbackMarc-André Lureau2016-10-241-2/+0Star
* console: track gl_block state in QemuConsoleGerd Hoffmann2016-09-281-4/+11
* console: skip same-size resizeMarc-André Lureau2016-09-281-0/+7
* ui/console: Fix non-working backspace key in monitor of gtk UIThomas Huth2016-09-151-0/+1
* virgl: pass whole GL scanout dimensionsMarc-André Lureau2016-07-061-0/+2
* console: ignore ui_info updates which don't actually update somethingGerd Hoffmann2016-06-101-1/+6
* ui/virtio-gpu: add and use qemu_create_displaysurface_pixmanGerd Hoffmann2016-04-111-0/+11
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-2/+2
* ui/console: add escape sequence \e[5, 6nRen Kimura2016-03-091-15/+41
* console: add & use qemu_console_lookup_by_device_nameGerd Hoffmann2016-03-011-0/+23
* chardev: Properly initialize ChardevCommon componentsEric Blake2016-02-251-9/+11
* ui: Clean up includesPeter Maydell2016-02-041-0/+1
* console: block rendering until client is doneGerd Hoffmann2016-02-031-0/+10
* qemu-char: add logfile facility to all chardev backendsDaniel P. Berrange2016-01-151-1/+5
* ui/curses: Fix color attribute of monitor for cursesOGAWA Hirofumi2016-01-081-56/+45Star
* qapi: Don't let implicit enum MAX member collideEric Blake2015-12-171-1/+1
* ui: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-11-061-1/+1
* input: Convert to new qapi union layoutEric Blake2015-11-021-10/+10
* qemu-char: convert vc backend to data-driven creationPaolo Bonzini2015-10-191-4/+6
* qemu-char: add create to register_char_driverPaolo Bonzini2015-10-141-1/+2
* ui/console: add opengl context and scanout support interfaces.Gerd Hoffmann2015-10-081-2/+65
* ui/console: remove dpy_gfx_update_dirtyPaolo Bonzini2015-06-051-61/+0Star
* console: add dpy_ui_info_supportedGerd Hoffmann2015-05-061-1/+6
* console: delayed ui_info guest notificationGerd Hoffmann2015-05-061-3/+19
* ui/console : remove 'struct' from 'typedef struct' typeChih-Min Chao2015-04-301-2/+2
* console/gtk: add qemu_console_get_labelGerd Hoffmann2015-04-221-0/+15
* ui/console: fix OVERFLOW_BEFORE_WIDENGonglei2015-03-121-2/+2
* ui: Removed unused functionsThomas Huth2015-03-101-12/+0Star
* ui: Add dpy_gfx_check_format() to check backend shared surface supportBenjamin Herrenschmidt2015-01-191-0/+25
* console: add graphic_console_set_hwopsGerd Hoffmann2014-09-291-2/+9
* qemu-char: Rename register_char_driver_qapi() to register_char_driver()Peter Maydell2014-09-171-2/+1Star
* console: Remove unused QEMU_BIG_ENDIAN_FLAGBenjamin Herrenschmidt2014-09-051-7/+0Star