495e37
From f4f7c62a4658a570d3ad694b64463665fa4b80a7 Mon Sep 17 00:00:00 2001
495e37
From: Paul Lai <plai@redhat.com>
495e37
Date: Fri, 21 Jan 2022 13:14:42 -0500
495e37
Subject: [PATCH 04/12] Enable SGX  -- RH Only
495e37
495e37
RH-Author: Paul Lai <plai@redhat.com>
495e37
RH-MergeRequest: 65: Enable SGX and add SGX Numa support
495e37
RH-Commit: [4/5] 2cd4ee4a429f5e7b1c32e83a10bf488503603795
495e37
RH-Bugzilla: 2033708
495e37
RH-Acked-by: Paolo Bonzini <None>
495e37
RH-Acked-by: Bandan Das <None>
495e37
RH-Acked-by: Cornelia Huck <cohuck@redhat.com>
495e37
---
495e37
 configs/devices/x86_64-softmmu/x86_64-rh-devices.mak | 1 +
495e37
 1 file changed, 1 insertion(+)
495e37
495e37
diff --git a/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak b/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
495e37
index dc03fbb671..327b1bee62 100644
495e37
--- a/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
495e37
+++ b/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
495e37
@@ -101,3 +101,4 @@ CONFIG_TPM=y
495e37
 CONFIG_TPM_CRB=y
495e37
 CONFIG_TPM_TIS_ISA=y
495e37
 CONFIG_TPM_EMULATOR=y
495e37
+CONFIG_SGX=y
495e37
-- 
495e37
2.27.0
495e37