Skip to content

Commit

Permalink
virt-launcher: Remove leftover references to SPICE
Browse files Browse the repository at this point in the history
SPICE support is no longer present in KubeVirt.

Signed-off-by: Andrea Bolognani <[email protected]>
  • Loading branch information
andreabolognani committed May 19, 2021
1 parent 5fd4e5a commit 81d2bc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion cmd/virt-launcher/qemu.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
stdio_handler = "logd"
spice_listen = "0.0.0.0"
vnc_listen = "0.0.0.0"
vnc_tls = 0
vnc_sasl = 0
Expand Down
3 changes: 0 additions & 3 deletions pkg/virt-launcher/virtwrap/api/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -850,9 +850,6 @@ type ChannelSource struct {
//END Channel --------------------

//BEGIN Video -------------------
/*
<graphics autoport="yes" defaultMode="secure" listen="0" passwd="*****" passwdValidTo="1970-01-01T00:00:01" port="-1" tlsPort="-1" type="spice" />
*/

type Video struct {
Model VideoModel `xml:"model"`
Expand Down

0 comments on commit 81d2bc3

Please sign in to comment.