aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2021-02-22 13:29:31 +0000
committerDaniel P. Berrangé <berrange@redhat.com>2021-03-18 09:22:55 +0000
commit445a5b4087567bf4d4ce76d394adf78d9d5c88a5 (patch)
tree192d9dee7be3328738734c48d55c4162918395e3 /qapi
parent8af54b9172ff3b9bbdbb3191ed84994d275a0d81 (diff)
downloadqemu-445a5b4087567bf4d4ce76d394adf78d9d5c88a5.zip
qemu-445a5b4087567bf4d4ce76d394adf78d9d5c88a5.tar.gz
qemu-445a5b4087567bf4d4ce76d394adf78d9d5c88a5.tar.bz2
machine: remove 'arch' field from 'query-cpus-fast' QMP command
Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/machine.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/qapi/machine.json b/qapi/machine.json
index 9811927..c0c52ae 100644
--- a/qapi/machine.json
+++ b/qapi/machine.json
@@ -35,21 +35,6 @@
'x86_64', 'xtensa', 'xtensaeb' ] }
##
-# @CpuInfoArch:
-#
-# An enumeration of cpu types that enable additional information during
-# @query-cpus-fast.
-#
-# @s390: since 2.12
-#
-# @riscv: since 2.12
-#
-# Since: 2.6
-##
-{ 'enum': 'CpuInfoArch',
- 'data': ['x86', 'sparc', 'ppc', 'mips', 'tricore', 's390', 'riscv', 'other' ] }
-
-##
# @CpuS390State:
#
# An enumeration of cpu states that can be assumed by a virtual
@@ -86,14 +71,9 @@
# @props: properties describing to which node/socket/core/thread
# virtual CPU belongs to, provided if supported by board
#
-# @arch: base architecture of the cpu
-#
# @target: the QEMU system emulation target, which determines which
# additional fields will be listed (since 3.0)
#
-# Features:
-# @deprecated: Member @arch is deprecated. Use @target instead.
-#
# Since: 2.12
#
##
@@ -102,8 +82,6 @@
'qom-path' : 'str',
'thread-id' : 'int',
'*props' : 'CpuInstanceProperties',
- 'arch' : { 'type': 'CpuInfoArch',
- 'features': [ 'deprecated' ] },
'target' : 'SysEmuTarget' },
'discriminator' : 'target',
'data' : { 's390x' : 'CpuInfoS390' } }