[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] ptp: Add vDSO-style vmclock support
From: |
David Woodhouse |
Subject: |
Re: [PATCH] ptp: Add vDSO-style vmclock support |
Date: |
Thu, 25 Jul 2024 11:00:15 +0100 |
User-agent: |
Evolution 3.44.4-0ubuntu2 |
On Thu, 2024-07-25 at 01:54 -0400, Michael S. Tsirkin wrote:
> one other thing worth mentioning is that this design can't work
> with confidential computing setups. By comparison, mapping e.g. a
> range in a PCI BAR would work for these setups.
Why so? This is just like mapping a PCI BAR, isn't it? It's cacheable
MMIO space, *not* part of the encrypted guest RAM ranges. It just
happens to be discovered through the _CRS of an ACPI device, not the
BAR of a PCI device.
> Is there a reason this functionality is not interesting for
> confidential VMs?
It is. In fact, that was one of the reasons for doing it as mappable
MMIO space, instead of having the guest allocate a portion of its own
RAM and invoke a hypervisor enlightenment to populate it. (Although the
latter *can* work with CC too, as demonstrated by e.g. ptp_kvm).
smime.p7s
Description: S/MIME cryptographic signature
- Re: [PATCH] ptp: Add vDSO-style vmclock support, (continued)
- Re: [PATCH] ptp: Add vDSO-style vmclock support, Jonathan Cameron, 2024/07/26
- Re: [PATCH] ptp: Add vDSO-style vmclock support, David Woodhouse, 2024/07/26
- Re: [PATCH] ptp: Add vDSO-style vmclock support, Michael S. Tsirkin, 2024/07/28
- Re: [PATCH] ptp: Add vDSO-style vmclock support, David Woodhouse, 2024/07/28
- Re: [PATCH] ptp: Add vDSO-style vmclock support, Michael S. Tsirkin, 2024/07/28
- Re: [PATCH] ptp: Add vDSO-style vmclock support, David Woodhouse, 2024/07/29
Re: [PATCH] ptp: Add vDSO-style vmclock support, Michael S. Tsirkin, 2024/07/25
- Re: [PATCH] ptp: Add vDSO-style vmclock support,
David Woodhouse <=
Re: [PATCH] ptp: Add vDSO-style vmclock support, Paolo Abeni, 2024/07/25