tests/unit: Bump test-aio-multithread test timeout to 2 minutes
[qemu/kevin.git] / qapi / machine-common.json
blobfa6bd71d12807899f6c39f60e1a489e5af391615
1 # -*- Mode: Python -*-
2 # vim: filetype=python
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.
7 ##
8 # = Machines S390 data types
9 ##
12 # @CpuS390Entitlement:
14 # An enumeration of CPU entitlements that can be assumed by a virtual
15 # S390 CPU
17 # Since: 8.2
19 { 'enum': 'CpuS390Entitlement',
20   'prefix': 'S390_CPU_ENTITLEMENT',
21   'data': [ 'auto', 'low', 'medium', 'high' ] }