From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEgNe-0003xz-NP for qemu-devel@nongnu.org; Wed, 28 Aug 2013 10:06:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEgNY-0005ML-Om for qemu-devel@nongnu.org; Wed, 28 Aug 2013 10:05:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEgNY-0005MD-Ck for qemu-devel@nongnu.org; Wed, 28 Aug 2013 10:05:48 -0400 Message-ID: <521E03B6.2060205@redhat.com> Date: Wed, 28 Aug 2013 16:05:42 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20130827073833.GB24247@stefanha-thinkpad.redhat.com> <521D0B84.8040301@rdsoftware.de> <521D1AB0.1070904@redhat.com> <20130828075020.GA4696@stefanha-thinkpad.muc.redhat.com> <163348110.541056.1377680875692.open-xchange@email.1und1.de> <521DF7C1.50805@redhat.com> <20130828133410.GB6170@irqsave.net> <521DFDF6.3070507@redhat.com> <20130828135143.GC6170@irqsave.net> <521E0247.7060202@redhat.com> <20130828140524.GD6170@irqsave.net> In-Reply-To: <20130828140524.GD6170@irqsave.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Boot Problems Windows XP guest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Beno=EEt_Canet?= Cc: Erik Rull , "qemu-devel@nongnu.org" , Stefan Hajnoczi Il 28/08/2013 16:05, Beno=EEt Canet ha scritto: >> Yes, I'm afraid that the burst is problematic here since the current >> > throttling algorithm doesn't help (and IIUC it behaves as if it had >> > max=3Davg/10 due to the 100ms slice time). This is Windows so no CF= Q >> > here. Do you need to set bps_max=3D1 or will bps_max=3D0 work too? > In it's current state the code will overwrite the burst if it's set sma= ller than > avg/10. > The result will be a small initial spike of size avg/10 then it will ca= p to avg. Can you whip up a patch to avoid that? Or to honor bps_max if it is specified (making avg/10 simply the default)? Paolo