From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH 2/2] virtio: support IOMMU platform Date: Fri, 2 Sep 2016 20:26:47 +0300 Message-ID: <20160902202613-mutt-send-email-mst@kernel.org> References: <1472798220-7121-1-git-send-email-jasowang@redhat.com> <1472798220-7121-2-git-send-email-jasowang@redhat.com> <1631660.hGMgJuvotI@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jason Wang , dev@dpdk.org, huawei.xie@intel.com, yuanhan.liu@linux.intel.com To: Thomas Monjalon Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id D0DA62B8C for ; Fri, 2 Sep 2016 19:26:49 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1631660.hGMgJuvotI@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Sep 02, 2016 at 03:04:56PM +0200, Thomas Monjalon wrote: > 2016-09-02 14:37, Jason Wang: > > Virtio pmd doesn't support VFIO in the past since devices bypass IOMMU > > completely. But recently, the work of making virtio device work with > > IOMMU is near to complete. > > Good news! > What are the requirements for Qemu and Linux version numbers please? I expect QEMU 2.8 and Linux 4.8 to have the support.