
9 Feb
2015
9 Feb
'15
8:22 a.m.
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 'direct' type, to keep the same type as used in domain XML.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- tools/virsh-domain.c | 7 ++++++- tools/virsh.pod | 14 ++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-)
ACK, Peter