[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CALCETrVBo-XBD53eStOCwJd53F7_VTnrMJ9rY7_cXwnt2Z6AOw@mail.gmail.com>
Date: Tue, 19 Apr 2016 09:00:27 -0700
From: Andy Lutomirski <luto@...capital.net>
To: "Michael S. Tsirkin" <mst@...hat.com>
Cc: Cornelia Huck <cornelia.huck@...ibm.com>,
Christian Borntraeger <borntraeger@...ibm.com>,
"qemu-devel@...gnu.org Developers" <qemu-devel@...gnu.org>,
David Woodhouse <dwmw2@...radead.org>,
Wei Liu <wei.liu2@...rix.com>,
Alex Williamson <alex.williamson@...hat.com>,
peterx@...hat.com, Stefan Hajnoczi <stefanha@...hat.com>,
Linux Virtualization <virtualization@...ts.linux-foundation.org>,
qemu-block@...gnu.org, Kevin Wolf <kwolf@...hat.com>,
Amit Shah <amit.shah@...hat.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Jason Wang <jasowang@...hat.com>,
Paolo Bonzini <pbonzini@...hat.com>,
kvm list <kvm@...r.kernel.org>
Subject: Re: [PATCH RFC] fixup! virtio: convert to use DMA api
On Apr 19, 2016 2:13 AM, "Michael S. Tsirkin" <mst@...hat.com> wrote:
>
>
> I guess you are right in that we should split this part out.
> What I wanted is really the combination
> PASSTHROUGH && !PLATFORM so that we can say "ok we don't
> need to guess, this device actually bypasses the IOMMU".
What happens when you use a device like this on Xen or with a similar
software translation layer?
I think that a "please bypass IOMMU" feature would be better in the
PCI, IOMMU, or platform code. For Xen, virtio would still want to use
the DMA API, just without translating at the DMAR or hardware level.
Doing it in virtio is awkward, because virtio is involved at the
device level and the driver level, but the translation might be
entirely in between.
I think a nicer long-term approach would be to have a way to ask the
guest to set up a full 1:1 mapping for performance, but to still
handle the case where the guest refuses to do so or where there's more
than one translation layer involved.
But I agree that this part shouldn't delay the other part of your series.
--Andy
Powered by blists - more mailing lists