Lines Matching +full:- +full:- +full:version
1 # -*- Mode: Python -*-
4 # SPDX-License-Identifier: GPL-2.0-or-later
10 # Interrupt Controller) version. These bits are not only decided by
11 # QEMU/KVM software version, but also decided by the hardware that the
14 # @version: version of GIC to be described. Currently, only 2 and 3
26 'data': { 'version': 'int',
31 # @query-gic-capabilities:
36 # On non-ARM targets this command will report an error as the GIC
43 # .. qmp-example::
45 # -> { "execute": "query-gic-capabilities" }
46 # <- { "return": [{ "version": 2, "emulated": true, "kernel": false }, number
47 # { "version": 3, "emulated": false, "kernel": true } ] }
49 { 'command': 'query-gic-capabilities', 'returns': ['GICCapability'] }