Re: [libvirt] [PATCH 2/2] virsh: Properly reject 'floor' settings in cmdAttachInterface

2015-08-12 Thread Michal Privoznik
On 12.08.2015 07:45, Peter Krempa wrote: cmdAttachInterface doesn't support the 'floor' field that was added in d7f5c88961b52 but that commit didn't properly reject it from cmdAttachInterface where it's unused. --- tools/virsh-domain.c | 8 ++-- 1 file changed, 6 insertions(+), 2

Re: [libvirt] [PATCH 2/2] virsh: Properly reject 'floor' settings in cmdAttachInterface

2015-08-12 Thread Peter Krempa
On Wed, Aug 12, 2015 at 09:59:08 +0200, Michal Privoznik wrote: On 12.08.2015 07:45, Peter Krempa wrote: cmdAttachInterface doesn't support the 'floor' field that was added in d7f5c88961b52 but that commit didn't properly reject it from cmdAttachInterface where it's unused. ---

[libvirt] [PATCH 2/2] virsh: Properly reject 'floor' settings in cmdAttachInterface

2015-08-11 Thread Peter Krempa
cmdAttachInterface doesn't support the 'floor' field that was added in d7f5c88961b52 but that commit didn't properly reject it from cmdAttachInterface where it's unused. --- tools/virsh-domain.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tools/virsh-domain.c