Re: [libvirt] [PATCH 4/4] Cleanup useless flags specifications

2013-03-15 Thread Martin Kletzander
On 03/14/2013 06:25 PM, Daniel P. Berrange wrote:
 On Thu, Mar 14, 2013 at 10:27:35AM +0100, Martin Kletzander wrote:
 After we switched to C99 initialization, I noticed there were many
 places where the specification of .flags parameter differed.  After
 going through many options and deciding whether to unify the
 initialization to be '.flags = 0' or '.flags = VSH_OFLAG_NONE', I
 realized both can be removed and it makes the code easier to go
 through.

 Signed-off-by: Martin Kletzander mklet...@redhat.com
 ---
  tools/virsh-domain-monitor.c |  26 -
  tools/virsh-domain.c | 221 
 ---
  tools/virsh-host.c   |  10 --
  tools/virsh-interface.c  |   7 --
  tools/virsh-network.c|  12 ---
  tools/virsh-nodedev.c|   3 -
  tools/virsh-pool.c   |  23 -
  tools/virsh-secret.c |   4 -
  tools/virsh-snapshot.c   |  59 
  tools/virsh-volume.c |  29 --
  tools/virsh.c|   7 --
  11 files changed, 401 deletions(-)
 
 ACK
 

Thanks, pushed.

Martin

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] [PATCH 4/4] Cleanup useless flags specifications

2013-03-14 Thread Daniel P. Berrange
On Thu, Mar 14, 2013 at 10:27:35AM +0100, Martin Kletzander wrote:
 After we switched to C99 initialization, I noticed there were many
 places where the specification of .flags parameter differed.  After
 going through many options and deciding whether to unify the
 initialization to be '.flags = 0' or '.flags = VSH_OFLAG_NONE', I
 realized both can be removed and it makes the code easier to go
 through.
 
 Signed-off-by: Martin Kletzander mklet...@redhat.com
 ---
  tools/virsh-domain-monitor.c |  26 -
  tools/virsh-domain.c | 221 
 ---
  tools/virsh-host.c   |  10 --
  tools/virsh-interface.c  |   7 --
  tools/virsh-network.c|  12 ---
  tools/virsh-nodedev.c|   3 -
  tools/virsh-pool.c   |  23 -
  tools/virsh-secret.c |   4 -
  tools/virsh-snapshot.c   |  59 
  tools/virsh-volume.c |  29 --
  tools/virsh.c|   7 --
  11 files changed, 401 deletions(-)

ACK


Daniel
-- 
|: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org  -o- http://virt-manager.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list