Re: [libvirt] [PATCH v4 0/6] virsh: Further improve handling of integer options

2015-06-02 Thread Andrea Bolognani
On Tue, 2015-06-02 at 09:23 -0400, John Ferlan wrote: > ACK series... and pushed Thanks :) -- Andrea Bolognani Software Engineer - Virtualization Team $ python -c "print('a'.join(['', 'bologn', '@redh', 't.com']))" -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailm

Re: [libvirt] [PATCH v4 0/6] virsh: Further improve handling of integer options

2015-06-02 Thread John Ferlan
On 06/02/2015 05:17 AM, Andrea Bolognani wrote: > As suggested by Michal: now that we have a generic error message for > failures related to the parsing of integer options, it makes sense to > perform the corresponding check in a single spot instead of replicating > it every time vshCommandOpt*()

[libvirt] [PATCH v4 0/6] virsh: Further improve handling of integer options

2015-06-02 Thread Andrea Bolognani
As suggested by Michal: now that we have a generic error message for failures related to the parsing of integer options, it makes sense to perform the corresponding check in a single spot instead of replicating it every time vshCommandOpt*() is used. Andrea Bolognani (6): tests: Add a bunch of n