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
2022-03-29
ui/console: Check console before emitting GL event
Akihiko Odaki
1
-0
/
+21
2022-03-15
ui/console: call gfx_switch() even if the current scanout is GL
Marc-André Lureau
1
-3
/
+4
2022-03-15
ui/dbus: fix texture sharing
Marc-André Lureau
1
-0
/
+28
2022-03-14
ui/console: optionally update after gfx switch
Marc-André Lureau
1
-8
/
+11
2022-03-14
ui/console: add a dpy_gfx_switch callback helper
Marc-André Lureau
1
-10
/
+13
2022-03-14
ui/console: move console compatibility check to dcl_display_console()
Marc-André Lureau
1
-10
/
+9
2022-03-14
ui/console: move dcl compatiblity check to a callback
Marc-André Lureau
1
-1
/
+2
2022-03-14
ui/console: move check for compatible GL context
Marc-André Lureau
1
-15
/
+6
2022-03-04
ui: do not create a surface when resizing a GL scanout
Marc-André Lureau
1
-4
/
+3
2022-03-04
ui/console: fix crash when using gl context with non-gl listeners
Marc-André Lureau
1
-7
/
+15
2021-12-21
console: save current scanout details
Marc-André Lureau
1
-54
/
+111
2021-12-21
ui: split the GL context in a different object
Marc-André Lureau
1
-10
/
+16
2021-12-21
ui: dispatch GL events to all listeners
Marc-André Lureau
1
-16
/
+42
2021-12-21
ui: simplify gl unblock & flush
Marc-André Lureau
1
-9
/
+3
2021-12-21
ui: add a gl-unblock warning timer
Marc-André Lureau
1
-0
/
+17
2021-12-21
ui: make gl_block use a counter
Marc-André Lureau
1
-4
/
+13
2021-12-21
ui: associate GL context outside of display listener registration
Marc-André Lureau
1
-2
/
+5
2021-12-21
ui: factor out qemu_console_set_display_gl_ctx()
Marc-André Lureau
1
-8
/
+14
2021-12-21
ui: do not delay further remote resize
Marc-André Lureau
1
-2
/
+3
2021-11-02
ui/console: remove chardev frontend connected test
Volker Rümelin
1
-8
/
+5
2021-11-02
ui/console: replace kbd_timer with chr_accept_input callback
Volker Rümelin
1
-15
/
+13
2021-11-02
ui/console: replace QEMUFIFO with Fifo8
Volker Rümelin
1
-66
/
+20
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
[next]