diff options
Diffstat (limited to 'hw/i386/sgx-stub.c')
-rw-r--r-- | hw/i386/sgx-stub.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/i386/sgx-stub.c b/hw/i386/sgx-stub.c index 38ff75e..ccb21a9 100644 --- a/hw/i386/sgx-stub.c +++ b/hw/i386/sgx-stub.c @@ -10,13 +10,13 @@ void sgx_epc_build_srat(GArray *table_data) { } -SGXInfo *qmp_query_sgx(Error **errp) +SgxInfo *qmp_query_sgx(Error **errp) { error_setg(errp, "SGX support is not compiled in"); return NULL; } -SGXInfo *qmp_query_sgx_capabilities(Error **errp) +SgxInfo *qmp_query_sgx_capabilities(Error **errp) { error_setg(errp, "SGX support is not compiled in"); return NULL; |