aboutsummaryrefslogtreecommitdiff
path: root/chardev/spice.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-22chardev-spice: add missing module_obj directivePaolo Bonzini1-0/+1
2021-07-09modules: add chardev module annotationsGerd Hoffmann1-0/+4
2020-10-21spice: move add_interface() to QemuSpiceOps.Gerd Hoffmann1-1/+1
2020-10-15chardev/spice: simplify chardev setupGerd Hoffmann1-23/+6
2020-10-15chardev/spice: make qemu_chr_open_spice_port staticGerd Hoffmann1-4/+4
2020-02-22qemu/queue.h: add QLIST_SAFE_REMOVE()Stefan Hajnoczi1-3/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-02-21char: register spice ports after spice startedMarc-André Lureau1-0/+5
2019-02-21char: move SpiceChardev and open_spice_port() to spice.h headerMarc-André Lureau1-23/+5
2019-02-21char/spice: discard write() if backend is disconnectedMarc-André Lureau1-0/+12
2019-02-21char/spice: trigger HUP eventMarc-André Lureau1-1/+14
2019-01-10configure: bump spice-server required version to 0.12.5Marc-André Lureau1-10/+0
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2017-06-02char: move char devices to chardev/Marc-André Lureau1-0/+421