Re: [Qemu-devel] [PATCH v4 0/5] block: add optional 'speed' parameter to block-stream

2012-04-25 Thread Luiz Capitulino
On Wed, 25 Apr 2012 16:50:59 +0100 Stefan Hajnoczi wrote: > Eric Blake raised concerns about the inability to start block jobs with a > speed > limit. Current the user needs to follow up the block-stream command with > block-job-set-speed. There is a window of time while the new block job is >

[Qemu-devel] [PATCH v4 0/5] block: add optional 'speed' parameter to block-stream

2012-04-25 Thread Stefan Hajnoczi
Eric Blake raised concerns about the inability to start block jobs with a speed limit. Current the user needs to follow up the block-stream command with block-job-set-speed. There is a window of time while the new block job is running but block-job-set-speed has not been processed yet. This seri