summaryrefslogtreecommitdiffstats
path: root/ui/console.c
Commit message (Expand)AuthorAgeFilesLines
...
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-2/+2
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-4/+3Star
* qom/object: enable setter for uint typesFelipe Franciosi2020-03-161-2/+2
* ui/console: Display the 'none' backend in '-display help'Philippe Mathieu-Daudé2020-01-211-0/+1
* ui: Print available display backends with '-display help'Thomas Huth2020-01-141-0/+15
* screendump: use qemu_unlink()Marc-André Lureau2020-01-021-1/+1
* screendump: replace FILE with QIOChannel and fix close()/qemu_close()Marc-André Lureau2020-01-021-21/+16Star
* ppm-save: pass opened fdMarc-André Lureau2020-01-021-23/+22Star
* console: add graphic_hw_update_done()Marc-André Lureau2020-01-021-0/+9
* console: fix cell overflowGerd Hoffmann2019-07-031-2/+8
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2019-01-111-2/+2
* ui/console: Remove qemu_create_display_surface_guestmem()Peter Maydell2019-01-101-36/+0Star
* ui: use enum to string helpersMarc-André Lureau2018-08-241-3/+3
* object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau2018-06-121-1/+1
* console: Avoid segfault in screendumpMichal Privoznik2018-05-181-0/+5
* console: use linked list for QemuConsolesGerd Hoffmann2018-05-151-47/+58
* console: introduce dpy_gfx_update_fullTina Zhang2018-04-271-0/+10
* ui: add ctrl modifier support to kbd_put_qcode_console()Gerd Hoffmann2018-04-091-2/+13
* console: minimal hotplug suportGerd Hoffmann2018-03-131-6/+73
* qapi: Add device ID and head parameters to screendumpThomas Huth2018-03-121-5/+19
* vnc: deal with surface NULL pointersGerd Hoffmann2018-03-121-4/+6
* Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell2018-03-051-0/+59
|\
| * console: add ui module loading supportGerd Hoffmann2018-03-051-0/+6
| * console: add and use qemu_display_find_defaultGerd Hoffmann2018-03-051-0/+19
| * console: add qemu display registry, add gtkGerd Hoffmann2018-03-051-0/+34
* | Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
|/
* console/opengl: split up dpy_gl_cursor opsGerd Hoffmann2018-02-221-4/+14
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+2
* ui: fix dcl unregisterGerd Hoffmann2017-11-101-0/+1
* console: add support for dmabufsGerd Hoffmann2017-10-171-0/+33
* console: add question-mark escape operatorAlexander Graf2017-09-131-1/+2
* console: fix dpy_gfx_replace_surface assertGerd Hoffmann2017-09-131-1/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/queue/ui-pull-request' into...Peter Maydell2017-06-221-24/+1Star
|\
| * console: remove do_safe_dpy_refreshGerd Hoffmann2017-06-211-24/+1Star
* | console: use get_uint() for "head" propertyMarc-André Lureau2017-06-201-2/+2
|/
* char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-021-1/+1
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* char: remove qemu_chr_be_generic_openMarc-André Lureau2017-05-041-1/+1
* console: add same displaychangelistener registration pre-conditionMarc-André Lureau2017-04-241-0/+2
* console: add same surface replace pre-conditionMarc-André Lureau2017-04-241-0/+2
* ui/console: use exclusive mechanism directlyAlex Bennée2017-03-281-7/+9
* ui/console: ensure do_safe_dpy_refresh holds BQLAlex Bennée2017-03-281-0/+2
* 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