Sign in
qemu
/
qemu
/
d41c9896f49076d1eaaa32214bd2296bd36d866c
/
chardev
/
spice.c
34d5572
ui/spice: Require spice-server >= 0.14.0
by Markus Armbruster
· 2 years, 2 months ago
f288d99
chardev-spice: add missing module_obj directive
by Paolo Bonzini
· 3 years, 8 months ago
882273d
modules: add chardev module annotations
by Gerd Hoffmann
· 3 years, 8 months ago
05b5363
spice: move add_interface() to QemuSpiceOps.
by Gerd Hoffmann
· 4 years, 4 months ago
93ab584
chardev/spice: simplify chardev setup
by Gerd Hoffmann
· 4 years, 5 months ago
70122d6
chardev/spice: make qemu_chr_open_spice_port static
by Gerd Hoffmann
· 4 years, 5 months ago
195ed8c
qemu/queue.h: add QLIST_SAFE_REMOVE()
by Stefan Hajnoczi
· 5 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
8afbff1
char: register spice ports after spice started
by Marc-André Lureau
· 6 years ago
24fa7da
char: move SpiceChardev and open_spice_port() to spice.h header
by Marc-André Lureau
· 6 years ago
a2dc3c8
char/spice: discard write() if backend is disconnected
by Marc-André Lureau
· 6 years ago
805189a
char/spice: trigger HUP event
by Marc-André Lureau
· 6 years ago
1b63665
configure: bump spice-server required version to 0.12.5
by Marc-André Lureau
· 6 years ago
922a01a
Move include qemu/option.h from qemu-common.h to actual users
by Markus Armbruster
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
6b10e57
char: move char devices to chardev/
by Marc-André Lureau
· 8 years ago
[Renamed (98%) from spice-qemu-char.c]
8228e35
chardev: move headers to include/chardev
by Marc-André Lureau
· 8 years ago
f20e6f8
spice-char: fix segfault in char_spice_finalize
by Li Qiang
· 8 years ago
4e9f524
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 8 years ago
0ab8ed1
trace: switch to modular code generation for sub-directories
by Daniel P. Berrange
· 8 years ago
0b663b7
char: remove class kind field
by Marc-André Lureau
· 8 years ago
88cace9
char: get rid of CharDriver
by Marc-André Lureau
· 8 years ago
18c508a
spice-qemu-char: convert to finalize
by Marc-André Lureau
· 8 years ago
777357d
chardev: qom-ify
by Marc-André Lureau
· 8 years ago
096b489
spice-char: improve error reporting
by Marc-André Lureau
· 8 years ago
0ec7b3e
char: rename CharDriverState Chardev
by Marc-André Lureau
· 8 years ago
41ac54b
char: allocate CharDriverState as a single object
by Marc-André Lureau
· 8 years ago
b68e956
char: move callbacks in CharDriver
by Marc-André Lureau
· 8 years ago
0b812f3
char: use a const CharDriver
by Marc-André Lureau
· 8 years ago
82878da
char: remove explicit_be_open from CharDriverState
by Marc-André Lureau
· 8 years ago
58fa549
char: remove unused qemu_chr_fe_event
by Marc-André Lureau
· 8 years ago
72ac876
char: rename chr_close/chr_free
by Marc-André Lureau
· 8 years ago
32bafa8
qapi: Don't special-case simple union wrappers
by Eric Blake
· 9 years ago
21a933e
chardev: Properly initialize ChardevCommon components
by Eric Blake
· 9 years ago
d38ea87
all: Clean up includes
by Peter Maydell
· 9 years ago
d0d7708
qemu-char: add logfile facility to all chardev backends
by Daniel P. Berrange
· 9 years ago
130257d
char: Convert to new qapi union layout
by Eric Blake
· 9 years ago
68145e1
qemu-char: convert spice backend to data-driven creation
by Paolo Bonzini
· 9 years ago
4ca1728
qemu-char: add create to register_char_driver
by Paolo Bonzini
· 9 years ago
f7a8beb
spice: fix spice_chr_add_watch() pre-condition
by Marc-André Lureau
· 10 years ago
e95e203
spice-char: notify the server when chardev is writable
by Marc-André Lureau
· 10 years ago
51575c3
spice: Add missing 'static' attribute
by Stefan Weil
· 10 years ago
e0883e2
spice: remove spice-experimental.h include
by Marc-André Lureau
· 10 years ago
e4d50d4
qemu-char: Rename register_char_driver_qapi() to register_char_driver()
by Peter Maydell
· 10 years ago
db39fcf
qemu-char: introduce qemu_chr_alloc
by Paolo Bonzini
· 11 years ago
8909114
spice: hook qemu_chr_fe_set_open() event to ports
by Marc-André Lureau
· 11 years ago
be733d6
spice-char: implement chardev port event
by Marc-André Lureau
· 11 years ago
d8a03a0
spice-char: remove unused field
by Marc-André Lureau
· 11 years ago
bd5c51e
qemu-char: don't issue CHR_EVENT_OPEN in a BH
by Michael Roth
· 12 years ago
75c439b
spice-qemu-char: vmc_write: Don't write more bytes then we're asked too
by Hans de Goede
· 12 years ago
b010cec
spice-qemu-char: Remove intermediate buffer
by Alon Levy
· 12 years ago
ae893e5
spice-qemu-char: Add watch support
by Hans de Goede
· 12 years ago
52fe0e7
spice-qemu-char: Remove #ifdef-ed code for old spice-server compat
by Hans de Goede
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
e280ff5
spice-qemu-char: Drop hackish vmc_register on spice_chr_write
by Hans de Goede
· 12 years ago
574b711
qemu-char: Consolidate guest_close/guest_open into a set_fe_open callback
by Hans de Goede
· 12 years ago
16665b9
qemu-char: Rename opened to be_open
by Hans de Goede
· 12 years ago
344bf1e
spice-qemu-char: Remove dead debugging code
by Hans de Goede
· 12 years ago
5e9b473
spice-qemu-char: Fix name parameter issues after qapi-ifying
by Hans de Goede
· 12 years ago
cd153e2
chardev: add spice support to qapi
by Gerd Hoffmann
· 12 years ago
26c6061
qemu-char: move spice registration to spice-qemu-char.c
by Anthony Liguori
· 12 years ago
27dd773
Merge remote-tracking branch 'bonzini/header-dirs' into staging
by Anthony Liguori
· 12 years ago
927d487
softmmu: move remaining include files to include/ subdirectories
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
077805f
janitor: do not rely on indirect inclusions of or from qemu-char.h
by Paolo Bonzini
· 12 years ago
afd0b40
spice-qemu-char: register spicevmc ports during qemu_spice_init()
by Marc-André Lureau
· 12 years ago
7a5448c
spice-qemu-char: keep a list of spice chardev
by Marc-André Lureau
· 12 years ago
5a49d3e
spice-qemu-char: add spiceport chardev
by Marc-André Lureau
· 12 years ago
71b423f
spice-qemu-char: factor out CharDriverState creation
by Marc-André Lureau
· 12 years ago
07a54d7
spice-qemu-char: write to chardev whatever amount it can read
by Marc-André Lureau
· 12 years ago
4f5c017
spice-qemu-char.c: Show what name is unsupported
by Eduardo Elias Ferreira
· 13 years ago
1f51470
Revert "qemu-char: Print strerror message on failure" and deps
by Markus Armbruster
· 13 years ago
f76e4c7
spice-qemu-char: Generate chardev open/close events
by Hans de Goede
· 13 years ago
7b6c736
spice-qemu-char.c: Use correct printf format char for ssize_t
by Peter Maydell
· 14 years ago
909cda1
char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()
by Anthony Liguori
· 14 years ago
fa5efcc
char: rename qemu_chr_read() -> qemu_chr_be_write()
by Anthony Liguori
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
6e1db57
qemu-char: Print strerror message on failure
by Kevin Wolf
· 14 years ago
35106c2
spice-qemu-char: Fix flow control in client -> guest direction
by Hans de Goede
· 14 years ago
cd8f7df
spice-chardev: listen to frontend guest open / close
by Hans de Goede
· 14 years ago
cbcc633
spice: add chardev (v5)
by Alon Levy
· 14 years ago