index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i386
/
sgx.c
Age
Commit message (
Expand
)
Author
2024-02-27
hw/i386/sgx: Use QDev API
Philippe Mathieu-Daudé
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
2023-01-06
i386: SGX: remove deprecated member of SGXInfo
Paolo Bonzini
2022-07-26
hw/i386: add 4g boundary start to X86MachineState
Joao Martins
2022-03-24
hw: Fix misleading hexadecimal format
Philippe Mathieu-Daudé
2022-01-28
qapi: Cleanup SGX related comments and restore @section-size
Yang Zhong
2021-12-10
numa: Support SGX numa in the monitor and Libvirt interfaces
Yang Zhong
2021-12-10
numa: Enable numa for SGX EPC sections
Yang Zhong
2021-11-10
sgx: Reset the vEPC regions during VM reboot
Yang Zhong
2021-10-13
hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.c
Philippe Mathieu-Daudé
2021-10-13
hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.c
Philippe Mathieu-Daudé
2021-10-13
hw/i386/sgx: Have sgx_epc_get_section() return a boolean
Philippe Mathieu-Daudé
2021-09-30
target/i386: Add the query-sgx-capabilities QMP command
Yang Zhong
2021-09-30
target/i386: Add HMP and QMP interfaces for SGX
Yang Zhong
2021-09-30
i386: Update SGX CPUID info according to hardware/KVM/user input
Sean Christopherson