0daf0004a7
- kvm-numa-Enable-numa-for-SGX-EPC-sections.patch [bz#2033708] - kvm-numa-Support-SGX-numa-in-the-monitor-and-Libvirt-int.patch [bz#2033708] - kvm-doc-Add-the-SGX-numa-description.patch [bz#2033708] - kvm-Enable-SGX-RH-Only.patch [bz#2033708] - kvm-qapi-Cleanup-SGX-related-comments-and-restore-sectio.patch [bz#2033708] - kvm-block-io-Update-BSC-only-if-want_zero-is-true.patch [bz#2041461] - kvm-iotests-block-status-cache-New-test.patch [bz#2041461] - kvm-iotests-Test-qemu-img-convert-of-zeroed-data-cluster.patch [bz#1882917] - kvm-qemu-img-make-is_allocated_sectors-more-efficient.patch [bz#1882917] - kvm-block-backend-prevent-dangling-BDS-pointers-across-a.patch [bz#2040123] - kvm-iotests-stream-error-on-reset-New-test.patch [bz#2040123] - kvm-hw-arm-smmuv3-Fix-device-reset.patch [bz#2042481] - Resolves: bz#2033708 ([Intel 9.0 Feat] qemu-kvm: SGX 1.5 (SGX1 + Flexible Launch Control) support) - Resolves: bz#2041461 (Inconsistent block status reply in qemu-nbd) - Resolves: bz#1882917 (the target image size is incorrect when converting a badly fragmented file) - Resolves: bz#2040123 (Qemu core dumped when do block-stream to a snapshot node on non-enough space storage) - Resolves: bz#2042481 ([aarch64] Launch guest with "default-bus-bypass-iommu=off,iommu=smmuv3" and "iommu_platform=on", guest hangs after system_reset)
29 lines
969 B
Diff
29 lines
969 B
Diff
From f4f7c62a4658a570d3ad694b64463665fa4b80a7 Mon Sep 17 00:00:00 2001
|
|
From: Paul Lai <plai@redhat.com>
|
|
Date: Fri, 21 Jan 2022 13:14:42 -0500
|
|
Subject: [PATCH 04/12] Enable SGX -- RH Only
|
|
|
|
RH-Author: Paul Lai <plai@redhat.com>
|
|
RH-MergeRequest: 65: Enable SGX and add SGX Numa support
|
|
RH-Commit: [4/5] 2cd4ee4a429f5e7b1c32e83a10bf488503603795
|
|
RH-Bugzilla: 2033708
|
|
RH-Acked-by: Paolo Bonzini <None>
|
|
RH-Acked-by: Bandan Das <None>
|
|
RH-Acked-by: Cornelia Huck <cohuck@redhat.com>
|
|
---
|
|
configs/devices/x86_64-softmmu/x86_64-rh-devices.mak | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak b/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
|
|
index dc03fbb671..327b1bee62 100644
|
|
--- a/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
|
|
+++ b/configs/devices/x86_64-softmmu/x86_64-rh-devices.mak
|
|
@@ -101,3 +101,4 @@ CONFIG_TPM=y
|
|
CONFIG_TPM_CRB=y
|
|
CONFIG_TPM_TIS_ISA=y
|
|
CONFIG_TPM_EMULATOR=y
|
|
+CONFIG_SGX=y
|
|
--
|
|
2.27.0
|
|
|