index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
console.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ui: Replace the word 'whitelist'
Philippe Mathieu-Daudé
2021-03-09
1
-1
/
+1
*
ui/console: Pass placeholder surface to displays
Akihiko Odaki
2021-03-04
1
-1
/
+16
*
ui/console: Add placeholder flag to message surface
Akihiko Odaki
2021-03-04
1
-5
/
+6
*
display/ui: add a callback to indicate GL state is flushed
Marc-André Lureau
2021-02-04
1
-0
/
+9
*
ui: check hw requirements during DCL registration
Marc-André Lureau
2021-02-04
1
-0
/
+30
*
ui: add a DCLOps callback to check dmabuf support
Marc-André Lureau
2021-02-04
1
-0
/
+13
*
ui: remove console_has_gl_dmabuf()
Marc-André Lureau
2021-02-04
1
-5
/
+0
*
ui: add gd_gl_area_scanout_disable
Marc-André Lureau
2021-02-04
1
-6
/
+1
*
ui: remove gl_ctx_get_current
Marc-André Lureau
2021-02-04
1
-6
/
+0
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
1
-1
/
+0
*
machine: introduce MachineInitPhase
Paolo Bonzini
2020-12-15
1
-1
/
+1
*
console: allow con==NULL in dpy_{get, set}_ui_info and dpy_ui_info_supported
Gerd Hoffmann
2020-12-11
1
-2
/
+10
*
console: drop qemu_console_get_ui_info
Gerd Hoffmann
2020-12-11
1
-6
/
+0
*
qxl: fix segfault
Gerd Hoffmann
2020-11-25
1
-1
/
+3
*
console: avoid passing con=NULL to graphic_hw_update_done()
lichun
2020-11-13
1
-2
/
+3
*
console: make QMP/HMP screendump run in coroutine
Marc-André Lureau
2020-11-04
1
-3
/
+29
*
console: modify ppm_save to take a pixman image ref
Marc-André Lureau
2020-11-04
1
-7
/
+8
*
ui: Fix default window_id value
Samuel Thibault
2020-10-14
1
-0
/
+1
*
ui: add getter for UIInfo
Marc-André Lureau
2020-09-29
1
-0
/
+7
*
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
2020-09-16
1
-1
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-1
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
ui: fix vc_chr_write call in text_console_do_init
Gerd Hoffmann
2020-07-13
1
-4
/
+4
*
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
1
-2
/
+2
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-4
/
+3
*
qom/object: enable setter for uint types
Felipe Franciosi
2020-03-16
1
-2
/
+2
*
ui/console: Display the 'none' backend in '-display help'
Philippe Mathieu-Daudé
2020-01-21
1
-0
/
+1
*
ui: Print available display backends with '-display help'
Thomas Huth
2020-01-14
1
-0
/
+15
*
screendump: use qemu_unlink()
Marc-André Lureau
2020-01-02
1
-1
/
+1
*
screendump: replace FILE with QIOChannel and fix close()/qemu_close()
Marc-André Lureau
2020-01-02
1
-21
/
+16
*
ppm-save: pass opened fd
Marc-André Lureau
2020-01-02
1
-23
/
+22
*
console: add graphic_hw_update_done()
Marc-André Lureau
2020-01-02
1
-0
/
+9
*
console: fix cell overflow
Gerd Hoffmann
2019-07-03
1
-2
/
+8
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
2019-01-11
1
-2
/
+2
*
ui/console: Remove qemu_create_display_surface_guestmem()
Peter Maydell
2019-01-10
1
-36
/
+0
*
ui: use enum to string helpers
Marc-André Lureau
2018-08-24
1
-3
/
+3
*
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
Marc-André Lureau
2018-06-12
1
-1
/
+1
*
console: Avoid segfault in screendump
Michal Privoznik
2018-05-18
1
-0
/
+5
*
console: use linked list for QemuConsoles
Gerd Hoffmann
2018-05-15
1
-47
/
+58
*
console: introduce dpy_gfx_update_full
Tina Zhang
2018-04-27
1
-0
/
+10
*
ui: add ctrl modifier support to kbd_put_qcode_console()
Gerd Hoffmann
2018-04-09
1
-2
/
+13
*
console: minimal hotplug suport
Gerd Hoffmann
2018-03-13
1
-6
/
+73
*
qapi: Add device ID and head parameters to screendump
Thomas Huth
2018-03-12
1
-5
/
+19
*
vnc: deal with surface NULL pointers
Gerd Hoffmann
2018-03-12
1
-4
/
+6
*
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180305-pull-request' i...
Peter Maydell
2018-03-05
1
-0
/
+59
|
\
|
*
console: add ui module loading support
Gerd Hoffmann
2018-03-05
1
-0
/
+6
|
*
console: add and use qemu_display_find_default
Gerd Hoffmann
2018-03-05
1
-0
/
+19
|
*
console: add qemu display registry, add gtk
Gerd Hoffmann
2018-03-05
1
-0
/
+34
*
|
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
1
-1
/
+1
|
/
[next]