From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCv9o-0001k7-50 for qemu-devel@nongnu.org; Wed, 28 Mar 2012 11:51:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCv9h-0004Kn-QG for qemu-devel@nongnu.org; Wed, 28 Mar 2012 11:51:31 -0400 Received: from alpha.arachsys.com ([91.203.57.7]:45166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCv9h-0004KM-Jf for qemu-devel@nongnu.org; Wed, 28 Mar 2012 11:51:25 -0400 Date: Wed, 28 Mar 2012 16:51:20 +0100 From: Chris Webb Message-ID: <20120328155120.GK5511@arachsys.com> References: <1332949439-6781-1-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1332949439-6781-1-git-send-email-stefanha@linux.vnet.ibm.com> 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 , Zhi Yong Wu , qemu-devel@nongnu.org, Paolo Bonzini Stefan Hajnoczi writes: > The second aim of this conversion is to avoid calling bdrv_read()/bdrv_write() > since they do not work with I/O throttling. This means guests should now boot > IDE drives successfully when I/O throttling is enabled. [...] > Chris and Richard: Please test this to confirm that it fixes the hang you > reported. Thanks! I'll take a look at this and report back. Best wishes, Chris.