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

2012-04-25 Thread Kevin Wolf
Am 25.04.2012 12:57, schrieb Stefan Hajnoczi: > On Tue, Apr 24, 2012 at 8:31 PM, Luiz Capitulino > wrote: >> On Tue, 24 Apr 2012 14:53:54 +0100 >> Stefan Hajnoczi wrote: >> >>> Eric Blake raised concerns about the inability to start block jobs with a >>> speed >>> limit. Current the user needs

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

2012-04-25 Thread Stefan Hajnoczi
On Tue, Apr 24, 2012 at 8:31 PM, Luiz Capitulino wrote: > On Tue, 24 Apr 2012 14:53:54 +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-

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

2012-04-24 Thread Luiz Capitulino
On Tue, 24 Apr 2012 14:53:54 +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 v2 0/6] block: add optional 'speed' parameter to block-stream

2012-04-24 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