Re: [Qemu-devel] [PATCH v6 5/5] qemu-iotests: Add 093 for IO throttling

2015-01-29 Thread Fam Zheng
On Thu, 01/29 09:29, Max Reitz wrote: > Would it be possible to just remove {b,io}ps_max completely from this test? > I'd be fine with that. Sure, will resend. Fam > > Max

Re: [Qemu-devel] [PATCH v6 5/5] qemu-iotests: Add 093 for IO throttling

2015-01-29 Thread Max Reitz
On 2015-01-28 at 21:06, Fam Zheng wrote: On Thu, 01/29 08:53, Fam Zheng wrote: On Wed, 01/28 11:22, Max Reitz wrote: On 2015-01-27 at 21:28, Fam Zheng wrote: This case utilizes qemu-io command "aio_{read,write} -q" to verify the effectiveness of IO throttling options. It's implemented by driv

Re: [Qemu-devel] [PATCH v6 5/5] qemu-iotests: Add 093 for IO throttling

2015-01-28 Thread Fam Zheng
On Thu, 01/29 08:53, Fam Zheng wrote: > On Wed, 01/28 11:22, Max Reitz wrote: > > On 2015-01-27 at 21:28, Fam Zheng wrote: > > >This case utilizes qemu-io command "aio_{read,write} -q" to verify the > > >effectiveness of IO throttling options. > > > > > >It's implemented by driving the vm timer fro

Re: [Qemu-devel] [PATCH v6 5/5] qemu-iotests: Add 093 for IO throttling

2015-01-28 Thread Fam Zheng
On Wed, 01/28 11:22, Max Reitz wrote: > On 2015-01-27 at 21:28, Fam Zheng wrote: > >This case utilizes qemu-io command "aio_{read,write} -q" to verify the > >effectiveness of IO throttling options. > > > >It's implemented by driving the vm timer from qtest protocol, so the > >throttling timers are

Re: [Qemu-devel] [PATCH v6 5/5] qemu-iotests: Add 093 for IO throttling

2015-01-28 Thread Max Reitz
On 2015-01-27 at 21:28, Fam Zheng wrote: This case utilizes qemu-io command "aio_{read,write} -q" to verify the effectiveness of IO throttling options. It's implemented by driving the vm timer from qtest protocol, so the throttling timers are signaled with determinied time duration. Then we veri

[Qemu-devel] [PATCH v6 5/5] qemu-iotests: Add 093 for IO throttling

2015-01-27 Thread Fam Zheng
This case utilizes qemu-io command "aio_{read,write} -q" to verify the effectiveness of IO throttling options. It's implemented by driving the vm timer from qtest protocol, so the throttling timers are signaled with determinied time duration. Then we verify the completed IO requests are within 10%