index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
console.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-26
Remove superfluous ERRP_GUARD()
Markus Armbruster
1
-1
/
+0
2021-08-26
error: Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
1
-4
/
+2
2021-06-23
ui: Make the DisplayType enum entries conditional
Thomas Huth
1
-1
/
+7
2021-03-16
ui: fold qemu_alloc_display in only caller
Marc-André Lureau
1
-11
/
+3
2021-03-09
ui: Replace the word 'whitelist'
Philippe Mathieu-Daudé
1
-1
/
+1
2021-03-04
ui/console: Pass placeholder surface to displays
Akihiko Odaki
1
-1
/
+16
2021-03-04
ui/console: Add placeholder flag to message surface
Akihiko Odaki
1
-5
/
+6
2021-02-04
display/ui: add a callback to indicate GL state is flushed
Marc-André Lureau
1
-0
/
+9
2021-02-04
ui: check hw requirements during DCL registration
Marc-André Lureau
1
-0
/
+30
2021-02-04
ui: add a DCLOps callback to check dmabuf support
Marc-André Lureau
1
-0
/
+13
2021-02-04
ui: remove console_has_gl_dmabuf()
Marc-André Lureau
1
-5
/
+0
2021-02-04
ui: add gd_gl_area_scanout_disable
Marc-André Lureau
1
-6
/
+1
2021-02-04
ui: remove gl_ctx_get_current
Marc-André Lureau
1
-6
/
+0
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
1
-1
/
+0
2020-12-15
machine: introduce MachineInitPhase
Paolo Bonzini
1
-1
/
+1
2020-12-11
console: allow con==NULL in dpy_{get, set}_ui_info and dpy_ui_info_supported
Gerd Hoffmann
1
-2
/
+10
2020-12-11
console: drop qemu_console_get_ui_info
Gerd Hoffmann
1
-6
/
+0
2020-11-25
qxl: fix segfault
Gerd Hoffmann
1
-1
/
+3
2020-11-13
console: avoid passing con=NULL to graphic_hw_update_done()
lichun
1
-2
/
+3
2020-11-04
console: make QMP/HMP screendump run in coroutine
Marc-André Lureau
1
-3
/
+29
2020-11-04
console: modify ppm_save to take a pixman image ref
Marc-André Lureau
1
-7
/
+8
2020-10-14
ui: Fix default window_id value
Samuel Thibault
1
-0
/
+1
2020-09-29
ui: add getter for UIInfo
Marc-André Lureau
1
-0
/
+7
2020-09-16
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
1
-1
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-1
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
2020-07-13
ui: fix vc_chr_write call in text_console_do_init
Gerd Hoffmann
1
-4
/
+4
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-2
/
+2
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-4
/
+3
2020-03-16
qom/object: enable setter for uint types
Felipe Franciosi
1
-2
/
+2
2020-01-21
ui/console: Display the 'none' backend in '-display help'
Philippe Mathieu-Daudé
1
-0
/
+1
2020-01-14
ui: Print available display backends with '-display help'
Thomas Huth
1
-0
/
+15
2020-01-02
screendump: use qemu_unlink()
Marc-André Lureau
1
-1
/
+1
2020-01-02
screendump: replace FILE with QIOChannel and fix close()/qemu_close()
Marc-André Lureau
1
-21
/
+16
2020-01-02
ppm-save: pass opened fd
Marc-André Lureau
1
-23
/
+22
2020-01-02
console: add graphic_hw_update_done()
Marc-André Lureau
1
-0
/
+9
2019-07-03
console: fix cell overflow
Gerd Hoffmann
1
-2
/
+8
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-01-11
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
1
-2
/
+2
2019-01-10
ui/console: Remove qemu_create_display_surface_guestmem()
Peter Maydell
1
-36
/
+0
2018-08-24
ui: use enum to string helpers
Marc-André Lureau
1
-3
/
+3
2018-06-12
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
Marc-André Lureau
1
-1
/
+1
2018-05-18
console: Avoid segfault in screendump
Michal Privoznik
1
-0
/
+5
2018-05-15
console: use linked list for QemuConsoles
Gerd Hoffmann
1
-47
/
+58
2018-04-27
console: introduce dpy_gfx_update_full
Tina Zhang
1
-0
/
+10
2018-04-09
ui: add ctrl modifier support to kbd_put_qcode_console()
Gerd Hoffmann
1
-2
/
+13
2018-03-13
console: minimal hotplug suport
Gerd Hoffmann
1
-6
/
+73
2018-03-12
qapi: Add device ID and head parameters to screendump
Thomas Huth
1
-5
/
+19
2018-03-12
vnc: deal with surface NULL pointers
Gerd Hoffmann
1
-4
/
+6
2018-03-05
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...
Peter Maydell
1
-0
/
+59
[next]