[PATCH 0/2] qapi/misc-target: Rename SGX related items to follow QAPI naming style

Zhao Liu posted 2 patches 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250516091130.2374221-1-zhao1.liu@intel.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
hw/i386/sgx-stub.c    |  4 ++--
hw/i386/sgx.c         | 32 ++++++++++++++++----------------
qapi/misc-target.json | 18 +++++++++---------
3 files changed, 27 insertions(+), 27 deletions(-)
[PATCH 0/2] qapi/misc-target: Rename SGX related items to follow QAPI naming style
Posted by Zhao Liu 7 months ago
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
Re: [PATCH 0/2] qapi/misc-target: Rename SGX related items to follow QAPI naming style
Posted by Paolo Bonzini 7 months ago
Queued, thanks.

Paolo