aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/sgx.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson1-0/+1
2023-01-06i386: SGX: remove deprecated member of SGXInfoPaolo Bonzini1-9/+6
2022-07-26hw/i386: add 4g boundary start to X86MachineStateJoao Martins1-1/+1
2022-03-24hw: Fix misleading hexadecimal formatPhilippe Mathieu-Daudé1-1/+1
2022-01-28qapi: Cleanup SGX related comments and restore @section-sizeYang Zhong1-2/+9
2021-12-10numa: Support SGX numa in the monitor and Libvirt interfacesYang Zhong1-9/+42
2021-12-10numa: Enable numa for SGX EPC sectionsYang Zhong1-0/+44
2021-11-10sgx: Reset the vEPC regions during VM rebootYang Zhong1-0/+50
2021-10-13hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.cPhilippe Mathieu-Daudé1-2/+24
2021-10-13hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.cPhilippe Mathieu-Daudé1-1/+2
2021-10-13hw/i386/sgx: Have sgx_epc_get_section() return a booleanPhilippe Mathieu-Daudé1-3/+3
2021-09-30target/i386: Add the query-sgx-capabilities QMP commandYang Zhong1-0/+66
2021-09-30target/i386: Add HMP and QMP interfaces for SGXYang Zhong1-0/+31
2021-09-30i386: Update SGX CPUID info according to hardware/KVM/user inputSean Christopherson1-0/+73