mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
numa: Add optional sgx_epc_sections field to NumaConfig
This new option allows the user to define a list of SGX EPC sections attached to a specific NUMA node. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
@@ -898,6 +898,10 @@ components:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
sgx_epc_sections:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
|
||||
VmResize:
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user