Re: [libvirt] [PATCH 1/5] virsh-domain: Fix declarations of flag variables in cmdChangeMedia

2013-03-27 Thread Martin Kletzander
On 03/21/2013 05:42 PM, Peter Krempa wrote: flags were declared as signed and the parameter options can be declared directly. I don't see any 'signed flags' here, ACK after 1.0.4 with that sentece removed. Martin -- libvir-list mailing list libvir-list@redhat.com

[libvirt] [PATCH 1/5] virsh-domain: Fix declarations of flag variables in cmdChangeMedia

2013-03-21 Thread Peter Krempa
flags were declared as signed and the parameter options can be declared directly. Also use macros for mutual exclusion on some of the incompatible parameter variables. --- tools/virsh-domain.c | 27 +++ 1 file changed, 11 insertions(+), 16 deletions(-) diff --git