Re: [libvirt] [PATCH v2 6/7] virsh: introduce new macros to help check flag requirements

2015-04-29 Thread Pavel Hrdina
On Fri, Mar 27, 2015 at 11:19:35AM -0500, Jeff Nelson wrote: On Fri, Mar 27, 2015 at 11:01:27AM +0100, Pavel Hrdina wrote: Signed-off-by: Pavel Hrdina phrd...@redhat.com --- tools/virsh.h | 52 1 file changed, 52 insertions(+)

[libvirt] [PATCH v2 6/7] virsh: introduce new macros to help check flag requirements

2015-03-27 Thread Pavel Hrdina
Signed-off-by: Pavel Hrdina phrd...@redhat.com --- tools/virsh.h | 52 1 file changed, 52 insertions(+) diff --git a/tools/virsh.h b/tools/virsh.h index df2ea7f..fde20ef 100644 --- a/tools/virsh.h +++ b/tools/virsh.h @@ -474,4 +474,56 @@ char

Re: [libvirt] [PATCH v2 6/7] virsh: introduce new macros to help check flag requirements

2015-03-27 Thread Jeff Nelson
On Fri, Mar 27, 2015 at 11:01:27AM +0100, Pavel Hrdina wrote: Signed-off-by: Pavel Hrdina phrd...@redhat.com --- tools/virsh.h | 52 1 file changed, 52 insertions(+) diff --git a/tools/virsh.h b/tools/virsh.h index df2ea7f..fde20ef