qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 1/2] blockdev: Error out on negative throttli


From: Alberto Garcia
Subject: Re: [Qemu-devel] [PATCH v4 1/2] blockdev: Error out on negative throttling option values
Date: Tue, 19 Jan 2016 16:07:30 +0100
User-agent: Notmuch/0.13.2 (http://notmuchmail.org) Emacs/23.2.1 (i486-pc-linux-gnu)

On Mon 18 Jan 2016 02:09:22 AM CET, Fam Zheng <address@hidden> wrote:
>> > -        error_setg(errp, "bps/iops/maxs values must be 0 or greater");
>> > +        error_setg(errp, "bps/iops/max values must be within [0, %" PRId64
>> > +                         ")", (int64_t)THROTTLE_VALUE_MAX);
>> 
>> I think that should be "]". If you agree, I'll fix it up while
>> applying.
>
> Yes, that's right. Thanks.

That should also be fixed in the iotest.

Berto



reply via email to

[Prev in Thread] Current Thread [Next in Thread]