mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-01 01:33:20 +00:00
Revert "govmm: tdx: Expose the private=on|off knob"
This reverts commit 582b5b6b19
.
The `private=on` bit has never made its way upstream, and was removed
from the latest iteration that we're using. With that in mind, let's
revert its addition, and later on its usage in the code.
Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
a9720495de
commit
1c3037fd25
@ -2664,10 +2664,6 @@ type Knobs struct {
|
||||
|
||||
// IOMMUPlatform will enable IOMMU for supported devices
|
||||
IOMMUPlatform bool
|
||||
|
||||
// Whether private memory should be used or not
|
||||
// This is required by TDX, at least.
|
||||
Private bool
|
||||
}
|
||||
|
||||
// IOThread allows IO to be performed on a separate thread.
|
||||
|
Loading…
Reference in New Issue
Block a user