*/
 #define MEMTXATTRS_UNSPECIFIED ((MemTxAttrs) { .unspecified = 1 })

+/* Access the guest memory for debug purposes */
+#define MEMTXATTRS_SEV_DEBUG ((MemTxAttrs) { .sev_debug = 1 })
 #endif

Just make it "debug" and MEMTXATTRS_DEBUG.


Thanks, will fix in v2.

Reply via email to