mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-18 05:28:36 -07:00
QAPI's 'prefix' feature can make the connection between enumeration type and its constants less than obvious. It's best used with restraint. CpuS390Entitlement has a 'prefix' to change the generated enumeration constants' prefix from CPU_S390_ENTITLEMENT to S390_CPU_ENTITLEMENT. Rename the type to S390CpuEntitlement, so that 'prefix' is not needed. Likewise change CpuS390Polarization to S390CpuPolarization, and CpuS390State to S390CpuState. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Acked-by: Thomas Huth <thuth@redhat.com> Message-ID: <20240904111836.3273842-10-armbru@redhat.com> |
||
|---|---|---|
| .. | ||
| 3270-ccw.h | ||
| adapter.h | ||
| ap-bridge.h | ||
| ap-device.h | ||
| cpu-topology.h | ||
| css-bridge.h | ||
| css.h | ||
| ebcdic.h | ||
| event-facility.h | ||
| ioinst.h | ||
| s390-ccw.h | ||
| s390-pci-bus.h | ||
| s390-pci-clp.h | ||
| s390-pci-inst.h | ||
| s390-pci-kvm.h | ||
| s390-pci-vfio.h | ||
| s390-virtio-ccw.h | ||
| s390_flic.h | ||
| sclp.h | ||
| storage-attributes.h | ||
| storage-keys.h | ||
| tod.h | ||
| vfio-ccw.h | ||