diff options
author | 2023-03-26 06:52:02 -0700 | |
---|---|---|
committer | 2023-04-17 19:19:04 +0000 | |
commit | 0459ff4873739986dccafbb417cfc69e71bdacf4 (patch) | |
tree | 839b52f4cfa1a0a0b8b5e273b01a864ed9ce4994 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge remote-tracking branch 'tip/x86/sev' into hyperv-next (diff) | |
download | wireguard-linux-0459ff4873739986dccafbb417cfc69e71bdacf4.tar.xz wireguard-linux-0459ff4873739986dccafbb417cfc69e71bdacf4.zip |
swiotlb: Remove bounce buffer remapping for Hyper-V
With changes to how Hyper-V guest VMs flip memory between private
(encrypted) and shared (decrypted), creating a second kernel virtual
mapping for shared memory is no longer necessary. Everything needed
for the transition to shared is handled by set_memory_decrypted().
As such, remove swiotlb_unencrypted_base and the associated
code.
Signed-off-by: Michael Kelley <mikelley@microsoft.com>
Acked-by: Christoph Hellwig <hch@lst.de>
Acked-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/1679838727-87310-8-git-send-email-mikelley@microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions