aboutsummaryrefslogtreecommitdiff
path: root/ui/console.c
AgeCommit message (Expand)Author
2020-10-14ui: Fix default window_id valueSamuel Thibault
2020-09-29ui: add getter for UIInfoMarc-André Lureau
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-07-13ui: fix vc_chr_write call in text_console_do_initGerd Hoffmann
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-03-16qom/object: enable setter for uint typesFelipe Franciosi
2020-01-21ui/console: Display the 'none' backend in '-display help'Philippe Mathieu-Daudé
2020-01-14ui: Print available display backends with '-display help'Thomas Huth
2020-01-02screendump: use qemu_unlink()Marc-André Lureau
2020-01-02screendump: replace FILE with QIOChannel and fix close()/qemu_close()Marc-André Lureau
2020-01-02ppm-save: pass opened fdMarc-André Lureau
2020-01-02console: add graphic_hw_update_done()Marc-André Lureau
2019-07-03console: fix cell overflowGerd Hoffmann
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2019-01-10ui/console: Remove qemu_create_display_surface_guestmem()Peter Maydell
2018-08-24ui: use enum to string helpersMarc-André Lureau
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau
2018-05-18console: Avoid segfault in screendumpMichal Privoznik
2018-05-15console: use linked list for QemuConsolesGerd Hoffmann
2018-04-27console: introduce dpy_gfx_update_fullTina Zhang
2018-04-09ui: add ctrl modifier support to kbd_put_qcode_console()Gerd Hoffmann
2018-03-13console: minimal hotplug suportGerd Hoffmann
2018-03-12qapi: Add device ID and head parameters to screendumpThomas Huth
2018-03-12vnc: deal with surface NULL pointersGerd Hoffmann
2018-03-05Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...Peter Maydell
2018-03-05console: add ui module loading supportGerd Hoffmann
2018-03-05console: add and use qemu_display_find_defaultGerd Hoffmann
2018-03-05console: add qemu display registry, add gtkGerd Hoffmann
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-22console/opengl: split up dpy_gl_cursor opsGerd Hoffmann
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-11-10ui: fix dcl unregisterGerd Hoffmann
2017-10-17console: add support for dmabufsGerd Hoffmann
2017-09-13console: add question-mark escape operatorAlexander Graf
2017-09-13console: fix dpy_gfx_replace_surface assertGerd Hoffmann
2017-06-22Merge remote-tracking branch 'remotes/kraxel/tags/queue/ui-pull-request' into...Peter Maydell
2017-06-21console: remove do_safe_dpy_refreshGerd Hoffmann
2017-06-20console: use get_uint() for "head" propertyMarc-André Lureau
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-05-04char: remove qemu_chr_be_generic_openMarc-André Lureau
2017-04-24console: add same displaychangelistener registration pre-conditionMarc-André Lureau
2017-04-24console: add same surface replace pre-conditionMarc-André Lureau
2017-03-28ui/console: use exclusive mechanism directlyAlex Bennée
2017-03-28ui/console: ensure do_safe_dpy_refresh holds BQLAlex Bennée