|
@@ -31,6 +31,11 @@ OBJECT_DECLARE_TYPE(ConfidentialGuestSupport,
|
|
struct ConfidentialGuestSupport {
|
|
struct ConfidentialGuestSupport {
|
|
Object parent;
|
|
Object parent;
|
|
|
|
|
|
|
|
+ /*
|
|
|
|
+ * True if the machine should use guest_memfd for RAM.
|
|
|
|
+ */
|
|
|
|
+ bool require_guest_memfd;
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* ready: flag set by CGS initialization code once it's ready to
|
|
* ready: flag set by CGS initialization code once it's ready to
|
|
* start executing instructions in a potentially-secure
|
|
* start executing instructions in a potentially-secure
|