4 # This work is licensed under the terms of the GNU GPL, version 2 or later.
5 # See the COPYING file in the top-level directory.
8 # = Machines S390 data types
12 # @CpuS390Entitlement:
14 # An enumeration of CPU entitlements that can be assumed by a virtual
19 { 'enum': 'CpuS390Entitlement',
20 'prefix': 'S390_CPU_ENTITLEMENT',
21 'data': [ 'auto', 'low', 'medium', 'high' ] }