qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Boot Problems Windows XP guest


From: Benoît Canet
Subject: Re: [Qemu-devel] Boot Problems Windows XP guest
Date: Wed, 28 Aug 2013 15:51:44 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

> What is the command line to use for avg bps = 1MB/s, max bps = 0?

On the monitor it would be:

block_set_io_throttle 1048576 0 0 0 0 0

When configuring throttle on the command line it would be:

-drive file=foo.raw,if=virtio,cache=none,bps=1048576

Also remember that the code is setting bps_max = avg/10 to please guest cfq
schedulers so a little burst will be done at startup.

Best regards

Benoît



reply via email to

[Prev in Thread] Current Thread [Next in Thread]