aboutsummaryrefslogtreecommitdiff
path: root/qapi/machine-common.json
blob: fa6bd71d12807899f6c39f60e1a489e5af391615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- Mode: Python -*-
# vim: filetype=python
#
# This work is licensed under the terms of the GNU GPL, version 2 or later.
# See the COPYING file in the top-level directory.

##
# = Machines S390 data types
##

##
# @CpuS390Entitlement:
#
# An enumeration of CPU entitlements that can be assumed by a virtual
# S390 CPU
#
# Since: 8.2
##
{ 'enum': 'CpuS390Entitlement',
  'prefix': 'S390_CPU_ENTITLEMENT',
  'data': [ 'auto', 'low', 'medium', 'high' ] }