QAPI requires strict PascalCase naming style, i.e., only the first letter of a single word is allowed to be uppercase, which could help with readability.
Rename SGXEPCSection & SGXInfo to SgxEpcSection & SgxInfo. Thanks and Best Regards, Zhao --- Zhao Liu (2): qapi/misc-target: Rename SGXEPCSection to SgxEpcSection qapi/misc-target: Rename SGXInfo to SgxInfo hw/i386/sgx-stub.c | 4 ++-- hw/i386/sgx.c | 32 ++++++++++++++++---------------- qapi/misc-target.json | 18 +++++++++--------- 3 files changed, 27 insertions(+), 27 deletions(-) -- 2.34.1