From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUK8k-00029g-0m for qemu-devel@nongnu.org; Mon, 11 Jan 2010 08:17:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUK8e-000295-RU for qemu-devel@nongnu.org; Mon, 11 Jan 2010 08:17:00 -0500 Received: from [199.232.76.173] (port=46988 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUK8e-000292-JI for qemu-devel@nongnu.org; Mon, 11 Jan 2010 08:16:56 -0500 Received: from verein.lst.de ([213.95.11.210]:51340) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1NUK8e-00029f-6k for qemu-devel@nongnu.org; Mon, 11 Jan 2010 08:16:56 -0500 Date: Mon, 11 Jan 2010 14:16:54 +0100 From: Christoph Hellwig Subject: Re: [Qemu-devel] Re: [RFC][PATCH] performance improvement for windows guests, running on top of virtio block device Message-ID: <20100111131654.GA25334@lst.de> References: <1263195647.2005.44.camel@localhost> <4B4AE1BD.4000400@redhat.com> <4B4AE95D.7080305@redhat.com> <4B4AED19.3060401@redhat.com> <20100111131119.GB24241@lst.de> <4B4B2411.7030301@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B4B2411.7030301@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Vadim Rozenfeld , Dor Laor , Christoph Hellwig , qemu-devel On Mon, Jan 11, 2010 at 03:13:53PM +0200, Avi Kivity wrote: > As Dor points out, the call to virtio_blk_handle_output() wants to be > before the test for pending, so we scan the ring as early as possible I just reposted the patch in a way that it applies to share the work I did when starting to review it.