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

2016-01-20 Thread Kevin Wolf
Am 20.01.2016 um 05:21 hat Fam Zheng geschrieben: > 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

Re: [Qemu-devel] [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 converted to a hu

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

2016-01-19 Thread Fam Zheng
On Wed, 01/20 08:25, Markus Armbruster wrote: > Fam Zheng writes: > > > 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 ar

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

2016-01-19 Thread Markus Armbruster
Fam Zheng writes: > 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 ar

[Qemu-devel] [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 uin