From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH] virtio-blk: add SGI_IO passthru support Date: Tue, 28 Apr 2009 11:47:54 +0200 Message-ID: <20090428094754.GA4137@lst.de> References: <20090427082606.GA32604@lst.de> <20090427082914.GA383@lst.de> <49F577B3.5050706@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , Christian Borntraeger , Rusty Russell , qemu-devel@nongnu.org, kvm@vger.kernel.org, Hannes Reinecke To: Avi Kivity Return-path: Received: from verein.lst.de ([213.95.11.210]:44516 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752745AbZD1JsT (ORCPT ); Tue, 28 Apr 2009 05:48:19 -0400 Content-Disposition: inline In-Reply-To: <49F577B3.5050706@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Apr 27, 2009 at 12:15:31PM +0300, Avi Kivity wrote: > I think that's worthwhile. The extra bloat is trivial (especially as > the number of inflight virtio requests is tightly bounded), and stalling > the vcpu for requests is a pain. Ok, new patch will follow ASAP.