From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kx5fC-0006tp-9t for qemu-devel@nongnu.org; Mon, 03 Nov 2008 15:04:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kx5f8-0006tb-In for qemu-devel@nongnu.org; Mon, 03 Nov 2008 15:04:38 -0500 Received: from [199.232.76.173] (port=54029 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kx5f8-0006tY-Fu for qemu-devel@nongnu.org; Mon, 03 Nov 2008 15:04:34 -0500 Received: from qw-out-1920.google.com ([74.125.92.149]:21964) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kx5f1-0004Uy-Mx for qemu-devel@nongnu.org; Mon, 03 Nov 2008 15:04:32 -0500 Received: by qw-out-1920.google.com with SMTP id 5so1113802qwc.4 for ; Mon, 03 Nov 2008 12:04:23 -0800 (PST) Message-ID: <490F5942.6020100@codemonkey.ws> Date: Mon, 03 Nov 2008 14:04:18 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <490B53F0.9040200@codemonkey.ws> <490DFAA2.7040900@web.de> In-Reply-To: <490DFAA2.7040900@web.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [5578] Increase default IO timeout from 10ms to 5s Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel@nongnu.org Jan Kiszka wrote: > Anthony Liguori wrote: > >> If anyone notices a slow down, I'd check this revision. There may be >> broken bits of code out there that depends on wake up rate. I've done a >> fair bit of testing and haven't found any but you never know. >> > > OK, here is one brokenness for you: Musicpal (qemu-arm-system) becomes > unusable, sounds is stopping for seconds, even keyboard input is > inpossible, including switching to the monitor console. What should I > check for? Note that this board uses a ptimer to a PIT to the guest. May > this make a difference here? > Keyboard input should be governed by the VGA refresh timer which should be firing 30 times a second. How do you have qemu configured? Are you using SDL? What sound driver are you using on the host? Regards, Anthony Liguori > Jan > >