Re: [Qemu-devel] [PATCH 0/2] block: refuse negative iops and bps values

2013-02-14 Thread Stefan Hajnoczi
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)

Re: [Qemu-devel] [PATCH 0/2] block: refuse negative iops and bps values

2013-02-13 Thread Kevin Wolf
Am 13.02.2013 16:53, schrieb Stefan Hajnoczi: > 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 Er

[Qemu-devel] [PATCH 0/2] block: refuse negative iops and bps values

2013-02-13 Thread Stefan Hajnoczi
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 bp