[libvirt] [PATCH 3/3] virsh attach-interface: Allow macvtap hotplug

2015-02-09 Thread Michal Privoznik
Our hotplug code supports macvtap insertion to guests. However, we somehow forgot about 'attach-interface' (which tries to build XML from passed arguments and use virDomainAttachDeviceFlags()). New type is accessible under 'direct' type, to keep the same type as used in domain XML. Signed-off-by:

Re: [libvirt] [PATCH 3/3] virsh attach-interface: Allow macvtap hotplug

2015-02-09 Thread Peter Krempa
On Mon, Feb 09, 2015 at 10:58:30 +0100, Michal Privoznik wrote: Our hotplug code supports macvtap insertion to guests. However, we somehow forgot about 'attach-interface' (which tries to build XML from passed arguments and use virDomainAttachDeviceFlags()). New type is accessible under