[PATCH v2 10/44] qapi: convert intro sections for machine-common.json
John Snow <[email protected]> Thu, 23 Jul 2026 00:47:31 -0400
| Newsgroups | org.nongnu.qemu-trivial,org.kernel.vger.linux-cxl,org.kernel.vger.linux-edac,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
(Trivial) Signed-off-by: John Snow <[email protected]> --- qapi/machine-common.json | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/qapi/machine-common.json b/qapi/machine-common.json index aca98e994af..0b07811df07 100644 --- a/qapi/machine-common.json +++ b/qapi/machine-common.json @@ -12,9 +12,8 @@ ## # @S390CpuEntitlement: -# -# An enumeration of CPU entitlements that can be assumed by a virtual -# S390 CPU +# An enumeration of CPU entitlements that can be assumed by a +# virtual S390 CPU # # Since: 8.2 ## @@ -23,8 +22,7 @@ ## # @CpuTopologyLevel: -# -# An enumeration of CPU topology levels. +# An enumeration of CPU topology levels. # # @thread: thread level, which would also be called SMT level or # logical processor level. The @threads option in @@ -65,9 +63,8 @@ ## # @CacheLevelAndType: -# -# Caches a system may have. The enumeration value here is the -# combination of cache level and cache type. +# Caches a system may have. The enumeration value here is the +# combination of cache level and cache type. # # @l1d: L1 data cache. # @@ -84,8 +81,7 @@ ## # @SmpCacheProperties: -# -# Cache information for SMP system. +# Cache information for SMP system. # # @cache: Cache name, which is the combination of cache level and # cache type. @@ -103,8 +99,7 @@ ## # @SmpCachePropertiesWrapper: -# -# List wrapper of `SmpCacheProperties`. +# List wrapper of `SmpCacheProperties`. # # @caches: the list of `SmpCacheProperties`. # -- 2.55.0