From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJYQ1-0008Qc-Vn for qemu-devel@nongnu.org; Wed, 13 Jan 2016 22:17:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJYQ1-0006Oe-BL for qemu-devel@nongnu.org; Wed, 13 Jan 2016 22:17:49 -0500 Date: Thu, 14 Jan 2016 11:17:42 +0800 From: Fam Zheng Message-ID: <20160114031742.GC8550@ad.usersys.redhat.com> References: <1452646350-11999-1-git-send-email-famz@redhat.com> <1452646350-11999-3-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v2 2/2] iotests: Test that negative throttle values are rejected List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia Cc: Kevin Wolf , qemu-devel@nongnu.org, qemu-block@nongnu.org, Markus Armbruster On Wed, 01/13 11:02, Alberto Garcia wrote: > On Wed 13 Jan 2016 01:52:30 AM CET, Fam Zheng wrote: > > > +echo === Catching nagative throttling values === > > s/nagative/negative/ > > (there are several of these in the patch) Will fix. > > You could also test the upper limits now. > Yes, I will add one. Fam