[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] block_set_io_throttle:unexpected end of expression
From: |
Fam Zheng |
Subject: |
Re: [Qemu-discuss] block_set_io_throttle:unexpected end of expression |
Date: |
Mon, 28 Oct 2013 09:23:32 +0800 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Fri, 10/25 13:41, dE wrote:
> On 10/10/13 07:18, Fam Zheng wrote:
> >On Wed, 10/02 20:15, dE wrote:
> >>On execution of this command --
> >>
> >> block_set_io_throttle cdrom 314572800 1048576 0
> >>
> >It expects 6 numbers.
> >
> >Fam
> >
> >>I get "unexpected end of expression". What might be wrong?
> >>
> >>Thanks for the response.
> >>
>
> Sorry for the late response, but it's not working this way either --
>
> block_set_io_throttle cdrom 914572 904857 0
Must be something like (6 numbers).
block_set_io_throttle cdrom 914572 904857 0 0 0 0
Fam