[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/2] block: refuse negative iops and bps values
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH 0/2] block: refuse negative iops and bps values |
Date: |
Thu, 14 Feb 2013 09:31:45 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Wed, Feb 13, 2013 at 04:53:41PM +0100, Stefan Hajnoczi wrote:
> These patches report an error if negative values are given for I/O throttling
> iops or bps.
>
> Patch 1 gets do_check_io_limits() into shape so that we can add checks.
>
> Patch 2 adds the negative check.
>
> Stefan Hajnoczi (2):
> block: use Error in do_check_io_limits()
> block: refuse negative iops and bps values
>
> blockdev.c | 24 ++++++++++++++++++------
> 1 file changed, 18 insertions(+), 6 deletions(-)
>
> --
> 1.8.1.2
>
>
Applied to my block-next tree:
https://github.com/stefanha/qemu/commits/block-next
Stefan