From e36eaa4d0ddd07b721363deecba8bb4f2ecf280e Mon Sep 17 00:00:00 2001 From: Ladar Levison Date: Tue, 10 Nov 2020 11:28:05 -0600 Subject: [PATCH] Make the new QEMU channels unix sockets. --- tpl/generic-arch.rb | 2 +- tpl/generic-gentoo.rb | 2 +- tpl/roboxes-arch.rb | 2 +- tpl/roboxes-gentoo.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tpl/generic-arch.rb b/tpl/generic-arch.rb index 705b59553..eb210c9a8 100644 --- a/tpl/generic-arch.rb +++ b/tpl/generic-arch.rb @@ -26,7 +26,7 @@ end config.vm.provider :libvirt do |v, override| - v.channel :type => 'spicevmc', :target_name => 'com.qemu.guest_agent.0', :target_type => 'virtio' + v.channel :type => 'unix', :target_name => 'com.qemu.guest_agent.0', :target_type => 'virtio' v.disk_bus = "virtio" v.driver = "kvm" v.video_vram = 256 diff --git a/tpl/generic-gentoo.rb b/tpl/generic-gentoo.rb index 9313fe1c7..2738bc25c 100644 --- a/tpl/generic-gentoo.rb +++ b/tpl/generic-gentoo.rb @@ -26,7 +26,7 @@ end config.vm.provider :libvirt do |v, override| - v.channel :type => 'spicevmc', :target_name => 'com.qemu.guest_agent.0', :target_type => 'virtio' + v.channel :type => 'unix', :target_name => 'com.qemu.guest_agent.0', :target_type => 'virtio' v.disk_bus = "scsi" v.driver = "kvm" v.video_vram = 256 diff --git a/tpl/roboxes-arch.rb b/tpl/roboxes-arch.rb index 705b59553..eb210c9a8 100644 --- a/tpl/roboxes-arch.rb +++ b/tpl/roboxes-arch.rb @@ -26,7 +26,7 @@ end config.vm.provider :libvirt do |v, override| - v.channel :type => 'spicevmc', :target_name => 'com.qemu.guest_agent.0', :target_type => 'virtio' + v.channel :type => 'unix', :target_name => 'com.qemu.guest_agent.0', :target_type => 'virtio' v.disk_bus = "virtio" v.driver = "kvm" v.video_vram = 256 diff --git a/tpl/roboxes-gentoo.rb b/tpl/roboxes-gentoo.rb index 9313fe1c7..2738bc25c 100644 --- a/tpl/roboxes-gentoo.rb +++ b/tpl/roboxes-gentoo.rb @@ -26,7 +26,7 @@ end config.vm.provider :libvirt do |v, override| - v.channel :type => 'spicevmc', :target_name => 'com.qemu.guest_agent.0', :target_type => 'virtio' + v.channel :type => 'unix', :target_name => 'com.qemu.guest_agent.0', :target_type => 'virtio' v.disk_bus = "scsi" v.driver = "kvm" v.video_vram = 256