]> git.proxmox.com Git - mirror_qemu.git/commit
char: move SpiceChardev and open_spice_port() to spice.h header
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 21 Feb 2019 11:06:58 +0000 (12:06 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 21 Feb 2019 13:09:17 +0000 (14:09 +0100)
commit24fa7da3ca6a6e385e50befa3774b7d427594ce4
tree24a3e8fa93cdb43c0699df9b691931d5aa007f10
parent5b1638bc49b7bb5686a3351611c24ab7863306f1
char: move SpiceChardev and open_spice_port() to spice.h header

This will allow easier subclassing of SpiceChardev, in upcoming
"display: add -display spice-app launching external application"
patch.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Tested-by: Victor Toso <victortoso@redhat.com>
Message-id: 20190221110703.5775-7-marcandre.lureau@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
chardev/spice.c
include/chardev/spice.h [new file with mode: 0644]