Skip to content

Commit

Permalink
Make the new QEMU channels unix sockets.
Browse files Browse the repository at this point in the history
  • Loading branch information
ladar committed Nov 10, 2020
1 parent fcb8e55 commit e36eaa4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tpl/generic-arch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tpl/generic-gentoo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tpl/roboxes-arch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tpl/roboxes-gentoo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e36eaa4

Please sign in to comment.