summaryrefslogtreecommitdiff
path: root/ui/console.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-27console: introduce dpy_gfx_update_fullTina Zhang1-0/+10
2018-04-09ui: add ctrl modifier support to kbd_put_qcode_console()Gerd Hoffmann1-2/+13
2018-03-13console: minimal hotplug suportGerd Hoffmann1-6/+73
2018-03-12qapi: Add device ID and head parameters to screendumpThomas Huth1-5/+19
2018-03-12vnc: deal with surface NULL pointersGerd Hoffmann1-4/+6
2018-03-05Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell1-0/+59
2018-03-05console: add ui module loading supportGerd Hoffmann1-0/+6
2018-03-05console: add and use qemu_display_find_defaultGerd Hoffmann1-0/+19
2018-03-05console: add qemu display registry, add gtkGerd Hoffmann1-0/+34
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-22console/opengl: split up dpy_gl_cursor opsGerd Hoffmann1-4/+14
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+2
2017-11-10ui: fix dcl unregisterGerd Hoffmann1-0/+1
2017-10-17console: add support for dmabufsGerd Hoffmann1-0/+33
2017-09-13console: add question-mark escape operatorAlexander Graf1-1/+2
2017-09-13console: fix dpy_gfx_replace_surface assertGerd Hoffmann1-1/+1
2017-06-22Merge remote-tracking branch 'remotes/kraxel/tags/queue/ui-pull-request' into...Peter Maydell1-24/+1
2017-06-21console: remove do_safe_dpy_refreshGerd Hoffmann1-24/+1
2017-06-20console: use get_uint() for "head" propertyMarc-André Lureau1-2/+2
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-05-04char: remove qemu_chr_be_generic_openMarc-André Lureau1-1/+1
2017-04-24console: add same displaychangelistener registration pre-conditionMarc-André Lureau1-0/+2
2017-04-24console: add same surface replace pre-conditionMarc-André Lureau1-0/+2
2017-03-28ui/console: use exclusive mechanism directlyAlex Bennée1-7/+9
2017-03-28ui/console: ensure do_safe_dpy_refresh holds BQLAlex Bennée1-0/+2
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