Re: [Qemu-block] [PATCH v5 0/2] block: Reject negative values for throttling options

2016-01-20 Thread Alberto Garcia
On Wed 20 Jan 2016 05:21:19 AM CET, Fam Zheng wrote: > v5: Add valid value testing in iotests. [Berto] > Add details in commit message. [Markus] > Use "%lld" in format string. [Markus] > Fix ")" -> "]" in error message. [Kevin] > > Now the negative values are silently

[Qemu-block] [PATCH v5 0/2] block: Reject negative values for throttling options

2016-01-19 Thread Fam Zheng
v5: Add valid value testing in iotests. [Berto] Add details in commit message. [Markus] Use "%lld" in format string. [Markus] Fix ")" -> "]" in error message. [Kevin] Now the negative values are silently converted to a huge positive number because we are doing implicit casting from