virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Ram Pai <linuxram@us.ibm.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Alexey Kardashevskiy <aik@linux.ibm.com>,
	linux-kernel@vger.kernel.org,
	virtualization@lists.linux-foundation.org,
	Paul Mackerras <paulus@ozlabs.org>,
	iommu@lists.linux-foundation.org,
	linuxppc-devel@lists.ozlabs.org, Christoph Hellwig <hch@lst.de>,
	David Gibson <david@gibson.dropbear.id.au>
Subject: Re: [RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
Date: Sun, 11 Aug 2019 04:44:17 -0400	[thread overview]
Message-ID: <20190811044256-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20190811064621.GB5964@ram.ibm.com>

On Sat, Aug 10, 2019 at 11:46:21PM -0700, Ram Pai wrote:
> On Sun, Aug 11, 2019 at 07:56:07AM +0200, Christoph Hellwig wrote:
> > sev_active() is gone now in linux-next, at least as a global API.
> > 
> > And once again this is entirely going in the wrong direction.  The only
> > way using the DMA API is going to work at all is if the device is ready
> > for it.  So we need a flag on the virtio device, exposed by the
> > hypervisor (or hardware for hw virtio devices) that says:  hey, I'm real,
> > don't take a shortcut.
> > 
> > And that means on power and s390 qemu will always have to set thos if
> > you want to be ready for the ultravisor and co games.  It's not like we
> > haven't been through this a few times before, have we?
> 
> 
> We have been through this so many times, but I dont think, we ever
> understood each other.   I have a fundamental question, the answer to
> which was never clear. Here it is...
> 
> If the hypervisor (hardware for hw virtio devices) does not mandate a
> DMA API, why is it illegal for the driver to request, special handling
> of its i/o buffers? Why are we associating this special handling to
> always mean, some DMA address translation? Can't there be 
> any other kind of special handling needs, that has nothing to do with
> DMA address translation?

I think the answer to that is, extend the DMA API to cover that special
need then. And that's exactly what dma_addr_is_phys_addr is trying to
do.

> 
> -- 
> Ram Pai

  reply	other threads:[~2019-08-11  8:44 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87zhrj8kcp.fsf@morokweng.localdomain>
2019-01-29 17:42 ` [RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted Thiago Jung Bauermann
     [not found] ` <87womn8inf.fsf@morokweng.localdomain>
2019-01-29 19:02   ` Michael S. Tsirkin
     [not found]   ` <20190129134750-mutt-send-email-mst@kernel.org>
2019-01-30  2:24     ` Jason Wang
     [not found]     ` <6c68f7f7-1b28-6eba-9b8b-2c32efac9701@redhat.com>
2019-01-30  2:36       ` Michael S. Tsirkin
     [not found]       ` <20190129213137-mutt-send-email-mst@kernel.org>
2019-01-30  3:05         ` Jason Wang
     [not found]         ` <94ab8910-594e-a056-c799-5536d8ae2b0e@redhat.com>
2019-01-30  3:26           ` Michael S. Tsirkin
2019-01-30  7:44         ` Christoph Hellwig
     [not found]         ` <20190130074427.GA29516@lst.de>
2019-02-04 18:15           ` Thiago Jung Bauermann
     [not found]           ` <875ztzxvw2.fsf@morokweng.localdomain>
2019-02-04 21:38             ` Michael S. Tsirkin
     [not found]             ` <20190204152416-mutt-send-email-mst@kernel.org>
2019-02-05  7:24               ` Christoph Hellwig
     [not found]               ` <20190205072407.GA4311@lst.de>
2019-02-05 16:13                 ` Michael S. Tsirkin
2019-03-26 16:53           ` Michael S. Tsirkin
2019-02-04 18:14     ` Thiago Jung Bauermann
     [not found]     ` <877eefxvyb.fsf@morokweng.localdomain>
2019-02-04 20:23       ` Michael S. Tsirkin
     [not found]       ` <20190204144048-mutt-send-email-mst@kernel.org>
2019-03-20 16:13         ` Thiago Jung Bauermann
     [not found]         ` <87ef71seve.fsf@morokweng.localdomain>
2019-03-20 21:17           ` Michael S. Tsirkin
     [not found]           ` <20190320171027-mutt-send-email-mst@kernel.org>
2019-03-22  0:05             ` Thiago Jung Bauermann
     [not found]             ` <87tvfvbwpb.fsf@morokweng.localdomain>
2019-03-23 21:01               ` Michael S. Tsirkin
2019-03-25  0:57                 ` David Gibson
2019-04-17 21:42                   ` Thiago Jung Bauermann
2019-04-17 21:42                 ` Thiago Jung Bauermann
     [not found]                 ` <87a7go71hz.fsf@morokweng.localdomain>
2019-04-19 23:09                   ` Michael S. Tsirkin
     [not found]                   ` <20190419190258-mutt-send-email-mst@kernel.org>
2019-04-25  1:01                     ` Thiago Jung Bauermann
     [not found]                     ` <875zr228zf.fsf@morokweng.localdomain>
2019-04-25  1:18                       ` Michael S. Tsirkin
     [not found]                       ` <20190424210813-mutt-send-email-mst@kernel.org>
2019-04-26 23:56                         ` Thiago Jung Bauermann
     [not found]                         ` <871s1o1ft0.fsf@morokweng.localdomain>
2019-05-20 13:08                           ` Michael S. Tsirkin
2019-05-20 13:16                   ` Michael S. Tsirkin
     [not found]                   ` <20190520090939-mutt-send-email-mst@kernel.org>
2019-06-04  1:13                     ` Thiago Jung Bauermann
     [not found]                     ` <877ea26tk8.fsf@morokweng.localdomain>
2019-06-04  1:42                       ` Michael S. Tsirkin
2019-06-28  1:58                         ` Thiago Jung Bauermann
     [not found]                         ` <877e96qxm7.fsf@morokweng.localdomain>
2019-07-01 14:17                           ` Michael S. Tsirkin
     [not found]                           ` <20190701092212-mutt-send-email-mst@kernel.org>
2019-07-14  5:51                             ` Thiago Jung Bauermann
     [not found]                             ` <87d0id9nah.fsf@morokweng.localdomain>
2019-07-15 14:35                               ` Michael S. Tsirkin
     [not found]                               ` <20190715103411-mutt-send-email-mst@kernel.org>
2019-07-15 20:29                                 ` Thiago Jung Bauermann
     [not found]                                 ` <874l3nnist.fsf@morokweng.localdomain>
2019-07-15 20:36                                   ` Michael S. Tsirkin
     [not found]                                   ` <20190715163453-mutt-send-email-mst@kernel.org>
2019-07-15 22:03                                     ` Thiago Jung Bauermann
2019-07-15 22:16                                       ` Michael S. Tsirkin
     [not found]                                       ` <20190715181449-mutt-send-email-mst@kernel.org>
2019-07-15 23:05                                         ` Thiago Jung Bauermann
2019-07-15 23:24                                       ` Benjamin Herrenschmidt
2019-07-18  3:39                               ` Thiago Jung Bauermann
2019-08-10 18:57 ` Michael S. Tsirkin
2019-08-10 22:07   ` Ram Pai
     [not found]   ` <20190810220702.GA5964@ram.ibm.com>
2019-08-11  5:56     ` Christoph Hellwig
2019-08-11  6:46       ` Ram Pai
2019-08-11  8:44         ` Michael S. Tsirkin [this message]
2019-08-12 12:13         ` Christoph Hellwig
     [not found]         ` <20190812121324.GA9405@lst.de>
2019-08-12 20:29           ` Ram Pai
2019-08-11  8:42       ` Michael S. Tsirkin
2019-08-11  8:55       ` Michael S. Tsirkin
2019-08-12  9:51       ` David Gibson
     [not found]       ` <20190811044431-mutt-send-email-mst@kernel.org>
2019-08-12 12:15         ` Christoph Hellwig
     [not found]         ` <20190812121532.GB9405@lst.de>
2019-09-06  5:07           ` Michael S. Tsirkin
     [not found]       ` <20190812095156.GD3947@umbus.fritz.box>
2019-08-13 13:26         ` Christoph Hellwig
     [not found]         ` <20190813132617.GA6426@lst.de>
2019-08-13 14:24           ` David Gibson
     [not found]           ` <20190813142439.GO3947@umbus.fritz.box>
2019-08-13 15:45             ` Ram Pai
2019-08-26 17:48               ` Ram Pai
2019-08-11  8:12     ` Michael S. Tsirkin
2019-01-29 17:08 Thiago Jung Bauermann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190811044256-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=aik@linux.ibm.com \
    --cc=benh@kernel.crashing.org \
    --cc=david@gibson.dropbear.id.au \
    --cc=hch@lst.de \
    --cc=iommu@lists.linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-devel@lists.ozlabs.org \
    --cc=linuxram@us.ibm.com \
    --cc=paulus@ozlabs.org \
    --cc=virtualization@lists.linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).