aboutsummaryrefslogtreecommitdiff
path: root/chardev/spice.c
AgeCommit message (Expand)Author
2020-10-21spice: move add_interface() to QemuSpiceOps.Gerd Hoffmann
2020-10-15chardev/spice: simplify chardev setupGerd Hoffmann
2020-10-15chardev/spice: make qemu_chr_open_spice_port staticGerd Hoffmann
2020-02-22qemu/queue.h: add QLIST_SAFE_REMOVE()Stefan Hajnoczi
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-02-21char: register spice ports after spice startedMarc-André Lureau
2019-02-21char: move SpiceChardev and open_spice_port() to spice.h headerMarc-André Lureau
2019-02-21char/spice: discard write() if backend is disconnectedMarc-André Lureau
2019-02-21char/spice: trigger HUP eventMarc-André Lureau
2019-01-10configure: bump spice-server required version to 0.12.5Marc-André Lureau
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-06-02char: move char devices to chardev/Marc-André Lureau