On Wed 11 Nov 2015 04:32:42 PM CET, Eric Blake wrote:
>> - for (i = 0; !error && intervals[i] != NULL; i++) {
>> + case QTYPE_QSTRING: {
>
>> + case QTYPE_QINT: {
>
> Why are we accepting both string and int here, but typing it as 'int' in
> qapi? I guess its due to how command line parsing passes in strings
> rather than ints?Yes. Berto
