On 11/11/22 02:17, Lin Yang wrote: > Diff to v16: > * Included SGX EPC in the calculation and validation of maximum > memory space in qemuDomainDefValidateMemoryHotplug. Removed > all hacking in this function, but only skip > qemuDomainDefValidateMemoryHotplugDevice validation for SGX EPC, > since it is not hotpluggable. > * Added SGX fields in new QEMU 7.2 domaincaps xml. > > Haibin Huang (4): > domain_capabilities: Define SGX capabilities structs > qemu: Get SGX capabilities form QMP > Convert QMP capabilities to domain capabilities > conf: expose SGX feature in domain capabilities > > Lin Yang (2): > conf: Introduce SGX EPC element into device memory xml > qemu: Add command-line to generate SGX EPC memory backend > > Michal Prívozník (3): > qemu_cgroup: Allow SGX in devices controller > qemu_namespace: Create SGX related nodes in domain's namespace > security_dac: Set DAC label on SGX /dev nodes > > 98 files changed, 1210 insertions(+), 70 deletions(-) Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> and pushed. Congratulations on your first libvirt contribution and thank you for your patience. Michal