From 4907902bc70d82681d6f116f4095d7b84af503ca Mon Sep 17 00:00:00 2001 From: Silvio Moioli Date: Tue, 17 Oct 2017 10:15:35 +0200 Subject: Bugfix: let libvirt populate channel source Current behavior is to set the source path to empty string, which blocks the Guest Agent from working correctly. --- libvirt/domain_def.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'libvirt') diff --git a/libvirt/domain_def.go b/libvirt/domain_def.go index 1ade1f5a..85004051 100644 --- a/libvirt/domain_def.go +++ b/libvirt/domain_def.go @@ -44,9 +44,6 @@ func newDomainDef() libvirtxml.Domain { Channels: []libvirtxml.DomainChannel{ libvirtxml.DomainChannel{ Type: "unix", - Source: &libvirtxml.DomainChardevSource{ - Mode: "bind", - }, Target: &libvirtxml.DomainChannelTarget{ Type: "virtio", Name: "org.qemu.guest_agent.0", -- cgit v1.2.3