From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [Xen-devel] [PATCH v5 00/10] virtio DMA API, yet again Date: Mon, 1 Feb 2016 11:00:57 +0000 Message-ID: <20160201110057.GC10990@citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Andy Lutomirski Cc: linux-s390 , sparclinux@vger.kernel.org, Joerg Roedel , wei.liu2@citrix.com, KVM , "Michael S. Tsirkin" , Benjamin Herrenschmidt , Stefano Stabellini , Sebastian Ott , "linux-kernel@vger.kernel.org" , Linux Virtualization , Christian Borntraeger , "David S. Miller" , David Vrabel , Paolo Bonzini , xen-devel@lists.xenproject.org, David Woodhouse , Christoph Hellwig , Martin Schwidefsky List-Id: virtualization@lists.linuxfoundation.org Nice work, Andy. On Thu, Jan 28, 2016 at 06:31:13PM -0800, Andy Lutomirski wrote: > This switches virtio to use the DMA API on Xen and if requested by > module option. > > This fixes virtio on Xen, and it should break anything because it's > off by default on everything except Xen PV on x86. > What is your setup? My understanding is that virtio doesn't work on PV guest as of now because a suitable transport is missing. Wei.