|
@@ -357,13 +357,16 @@
|
|
|
# @default-cpu-type: default CPU model typename if none is requested via
|
|
|
# the -cpu argument. (since 4.2)
|
|
|
#
|
|
|
+# @default-ram-id: the default ID of initial RAM memory backend (since 5.2)
|
|
|
+#
|
|
|
# Since: 1.2.0
|
|
|
##
|
|
|
{ 'struct': 'MachineInfo',
|
|
|
'data': { 'name': 'str', '*alias': 'str',
|
|
|
'*is-default': 'bool', 'cpu-max': 'int',
|
|
|
'hotpluggable-cpus': 'bool', 'numa-mem-supported': 'bool',
|
|
|
- 'deprecated': 'bool', '*default-cpu-type': 'str' } }
|
|
|
+ 'deprecated': 'bool', '*default-cpu-type': 'str',
|
|
|
+ '*default-ram-id': 'str' } }
|
|
|
|
|
|
##
|
|
|
# @query-machines:
|