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:
Fabiano Fidêncio 2024-04-23 16:53:13 +02:00
parent a9720495de
commit 1c3037fd25
No known key found for this signature in database
GPG Key ID: EE926C2BDACC177B

View File

@ -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.