qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC PATCH 19/20] q35: Add support for SGX EPC


From: Sean Christopherson
Subject: [Qemu-devel] [RFC PATCH 19/20] q35: Add support for SGX EPC
Date: Tue, 6 Aug 2019 11:56:48 -0700

SGX EPC virtualization is currently only support by KVM.

Signed-off-by: Sean Christopherson <address@hidden>
---
 hw/i386/pc_q35.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c
index 397e1fdd2f..ed385b8ca2 100644
--- a/hw/i386/pc_q35.c
+++ b/hw/i386/pc_q35.c
@@ -178,6 +178,8 @@ static void pc_q35_init(MachineState *machine)
 
     if (xen_enabled()) {
         xen_hvm_init(pcms, &ram_memory);
+    } else {
+        pc_machine_init_sgx_epc(pcms);
     }
 
     pc_cpus_init(pcms);
-- 
2.22.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]