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

2015-01-28 Thread Markus Armbruster
Fam Zheng writes: > On Tue, 01/27 11:14, Max Reitz wrote: >> On 2015-01-26 at 22:03, Fam Zheng wrote: >> >On Mon, 01/26 15:45, Max Reitz wrote: >> >>On 2015-01-16 at 03:46, Fam Zheng wrote: >> >>>This case utilizes qemu-io command "aio_{read,write} -q" to verify the >> >>>effectiveness of IO thro

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

2015-01-27 Thread Fam Zheng
On Tue, 01/27 11:14, Max Reitz wrote: > On 2015-01-26 at 22:03, Fam Zheng wrote: > >On Mon, 01/26 15:45, Max Reitz wrote: > >>On 2015-01-16 at 03:46, Fam Zheng wrote: > >>>This case utilizes qemu-io command "aio_{read,write} -q" to verify the > >>>effectiveness of IO throttling options. > >>> > >>>

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

2015-01-27 Thread Max Reitz
On 2015-01-26 at 22:03, Fam Zheng wrote: On Mon, 01/26 15:45, Max Reitz wrote: On 2015-01-16 at 03:46, 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, s

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

2015-01-26 Thread Fam Zheng
On Mon, 01/26 15:45, Max Reitz wrote: > On 2015-01-16 at 03:46, 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 v5 5/5] qemu-iotests: Add 093 for IO throttling

2015-01-26 Thread Max Reitz
On 2015-01-16 at 03:46, 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 v5 5/5] qemu-iotests: Add 093 for IO throttling

2015-01-16 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%