aboutsummaryrefslogtreecommitdiff
path: root/ui/console.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-04display/ui: add a callback to indicate GL state is flushedMarc-André Lureau1-0/+9
2021-02-04ui: check hw requirements during DCL registrationMarc-André Lureau1-0/+30
2021-02-04ui: add a DCLOps callback to check dmabuf supportMarc-André Lureau1-0/+13
2021-02-04ui: remove console_has_gl_dmabuf()Marc-André Lureau1-5/+0
2021-02-04ui: add gd_gl_area_scanout_disableMarc-André Lureau1-6/+1
2021-02-04ui: remove gl_ctx_get_currentMarc-André Lureau1-6/+0
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini1-1/+1
2020-12-11console: allow con==NULL in dpy_{get, set}_ui_info and dpy_ui_info_supportedGerd Hoffmann1-2/+10
2020-12-11console: drop qemu_console_get_ui_infoGerd Hoffmann1-6/+0
2020-11-25qxl: fix segfaultGerd Hoffmann1-1/+3
2020-11-13console: avoid passing con=NULL to graphic_hw_update_done()lichun1-2/+3
2020-11-04console: make QMP/HMP screendump run in coroutineMarc-André Lureau1-3/+29
2020-11-04console: modify ppm_save to take a pixman image refMarc-André Lureau1-7/+8
2020-10-14ui: Fix default window_id valueSamuel Thibault1-0/+1
2020-09-29ui: add getter for UIInfoMarc-André Lureau1-0/+7
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé1-1/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-07-13ui: fix vc_chr_write call in text_console_do_initGerd Hoffmann1-4/+4
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-2/+2
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-4/+3
2020-03-16qom/object: enable setter for uint typesFelipe Franciosi1-2/+2
2020-01-21ui/console: Display the 'none' backend in '-display help'Philippe Mathieu-Daudé1-0/+1
2020-01-14ui: Print available display backends with '-display help'Thomas Huth1-0/+15
2020-01-02screendump: use qemu_unlink()Marc-André Lureau1-1/+1
2020-01-02screendump: replace FILE with QIOChannel and fix close()/qemu_close()Marc-André Lureau1-21/+16
2020-01-02ppm-save: pass opened fdMarc-André Lureau1-23/+22
2020-01-02console: add graphic_hw_update_done()Marc-André Lureau1-0/+9
2019-07-03console: fix cell overflowGerd Hoffmann1-2/+8
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini1-2/+2
2019-01-10ui/console: Remove qemu_create_display_surface_guestmem()Peter Maydell1-36/+0
2018-08-24ui: use enum to string helpersMarc-André Lureau1-3/+3
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau1-1/+1
2018-05-18console: Avoid segfault in screendumpMichal Privoznik1-0/+5
2018-05-15console: use linked list for QemuConsolesGerd Hoffmann1-47/+58
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