From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDHvu-0003gJ-Q6 for qemu-devel@nongnu.org; Thu, 29 Mar 2012 12:10:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDHvo-0000f0-1b for qemu-devel@nongnu.org; Thu, 29 Mar 2012 12:10:42 -0400 Received: from alpha.arachsys.com ([91.203.57.7]:44957) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDHvn-0000eU-S6 for qemu-devel@nongnu.org; Thu, 29 Mar 2012 12:10:35 -0400 Date: Thu, 29 Mar 2012 17:10:17 +0100 From: Chris Webb Message-ID: <20120329161016.GT5511@arachsys.com> References: <1332949439-6781-1-git-send-email-stefanha@linux.vnet.ibm.com> <20120329113041.GP5511@arachsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 0/2] ide: convert pio code path to asynchronous I/O List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Richard Davies , Stefan Hajnoczi , qemu-devel@nongnu.org, Zhi Yong Wu , Paolo Bonzini Stefan Hajnoczi writes: > Thanks for trying it out. > > Regarding the guest kernel errors, they may be timeouts. The guest > may consider the IDE controller buggy/dead due to how long requests > take to complete under severe throttling. There's not much that can > be done about that, I think. If you think the guest errors are due to > something else though, please post the error messages. I'm sure you're right that they're standard timeouts. We see exactly the same behaviour when a guest is on a very heavily contended disk with slow access because of that. Best wishes, Chris.