[libvirt] [PATCH v2 1/7] internal: introduce macro helpers to reject exclusive flags

2015-03-27 Thread Pavel Hrdina
Inspired by commit 7e437ee7 that introduced similar macros for virsh commands so we don't have to repeat the same code all over. Signed-off-by: Pavel Hrdina phrd...@redhat.com --- src/internal.h | 44 1 file changed, 44 insertions(+) diff --git

Re: [libvirt] [PATCH v2 1/7] internal: introduce macro helpers to reject exclusive flags

2015-03-27 Thread Jeff Nelson
On Fri, Mar 27, 2015 at 11:01:22AM +0100, Pavel Hrdina wrote: Inspired by commit 7e437ee7 that introduced similar macros for virsh commands so we don't have to repeat the same code all over. Signed-off-by: Pavel Hrdina phrd...@redhat.com --- src/internal.h | 44