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
2017-09-13
console: add question-mark escape operator
Alexander Graf
1
-1
/
+2
2017-09-13
console: fix dpy_gfx_replace_surface assert
Gerd Hoffmann
1
-1
/
+1
2017-06-22
Merge remote-tracking branch 'remotes/kraxel/tags/queue/ui-pull-request' into...
Peter Maydell
1
-24
/
+1
2017-06-21
console: remove do_safe_dpy_refresh
Gerd Hoffmann
1
-24
/
+1
2017-06-20
console: use get_uint() for "head" property
Marc-André Lureau
1
-2
/
+2
2017-06-02
char: move CharBackend handling in char-fe unit
Marc-André Lureau
1
-1
/
+1
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
1
-1
/
+1
2017-05-04
char: remove qemu_chr_be_generic_open
Marc-André Lureau
1
-1
/
+1
2017-04-24
console: add same displaychangelistener registration pre-condition
Marc-André Lureau
1
-0
/
+2
2017-04-24
console: add same surface replace pre-condition
Marc-André Lureau
1
-0
/
+2
2017-03-28
ui/console: use exclusive mechanism directly
Alex Bennée
1
-7
/
+9
2017-03-28
ui/console: ensure do_safe_dpy_refresh holds BQL
Alex Bennée
1
-0
/
+2
2017-03-17
ui/console: ensure graphic updates don't race with TCG vCPUs
Alex Bennée
1
-1
/
+20
2017-03-16
cirrus/vnc: zap bitblit support from console code.
Gerd Hoffmann
1
-28
/
+0
2017-02-27
console: add dpy_gl_scanout_disable
Gerd Hoffmann
1
-0
/
+11
2017-02-27
console: rename dpy_gl_scanout to dpy_gl_scanout_texture
Gerd Hoffmann
1
-8
/
+11
2017-02-02
Merge remote-tracking branch 'remotes/elmarco/tags/chr-split-pull-request' in...
Peter Maydell
1
-8
/
+2
2017-01-31
console: fix console resize
Gerd Hoffmann
1
-1
/
+1
2017-01-31
char: remove class kind field
Marc-André Lureau
1
-1
/
+1
2017-01-31
char: get rid of CharDriver
Marc-André Lureau
1
-8
/
+2
2017-01-27
chardev: qom-ify
Marc-André Lureau
1
-25
/
+37
2017-01-27
vc: use a common prefix for chr callbacks
Marc-André Lureau
1
-12
/
+12
2017-01-27
gtk: overwrite the console.c char driver
Marc-André Lureau
1
-17
/
+7
2017-01-27
char: rename CharDriverState Chardev
Marc-André Lureau
1
-20
/
+20
2017-01-27
char: allocate CharDriverState as a single object
Marc-André Lureau
1
-6
/
+15
2017-01-27
char: move callbacks in CharDriver
Marc-André Lureau
1
-11
/
+17
2017-01-27
char: use a const CharDriver
Marc-André Lureau
1
-3
/
+7
2017-01-10
console: add API to get underlying gui window ID
Samuel Thibault
1
-0
/
+11
2016-10-24
char: remove explicit_be_open from CharDriverState
Marc-André Lureau
1
-5
/
+6
2016-10-24
char: move front end handlers in CharBackend
Marc-André Lureau
1
-1
/
+3
2016-10-24
char: remove init callback
Marc-André Lureau
1
-2
/
+0
2016-09-28
console: track gl_block state in QemuConsole
Gerd Hoffmann
1
-4
/
+11
2016-09-28
console: skip same-size resize
Marc-André Lureau
1
-0
/
+7
2016-09-15
ui/console: Fix non-working backspace key in monitor of gtk UI
Thomas Huth
1
-0
/
+1
2016-07-06
virgl: pass whole GL scanout dimensions
Marc-André Lureau
1
-0
/
+2
2016-06-10
console: ignore ui_info updates which don't actually update something
Gerd Hoffmann
1
-1
/
+6
2016-04-11
ui/virtio-gpu: add and use qemu_create_displaysurface_pixman
Gerd Hoffmann
1
-0
/
+11
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
1
-2
/
+2
2016-03-09
ui/console: add escape sequence \e[5, 6n
Ren Kimura
1
-15
/
+41
2016-03-01
console: add & use qemu_console_lookup_by_device_name
Gerd Hoffmann
1
-0
/
+23
2016-02-25
chardev: Properly initialize ChardevCommon components
Eric Blake
1
-9
/
+11
2016-02-04
ui: Clean up includes
Peter Maydell
1
-0
/
+1
2016-02-03
console: block rendering until client is done
Gerd Hoffmann
1
-0
/
+10
2016-01-15
qemu-char: add logfile facility to all chardev backends
Daniel P. Berrange
1
-1
/
+5
2016-01-08
ui/curses: Fix color attribute of monitor for curses
OGAWA Hirofumi
1
-56
/
+45
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
1
-1
/
+1
2015-11-06
ui: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2015-11-02
input: Convert to new qapi union layout
Eric Blake
1
-10
/
+10
2015-10-19
qemu-char: convert vc backend to data-driven creation
Paolo Bonzini
1
-4
/
+6
2015-10-14
qemu-char: add create to register_char_driver
Paolo Bonzini
1
-1
/
+2
[next]