{'execute': 'query-qmp-schema', 'arguments': {'type': 'command'}} { "return": [ "{ 'command': 'add_client', 'data': { 'protocol': 'str', 'fdname': 'str', '*skipauth': 'bool', '*tls': 'bool' } }", "{ 'command': 'query-name', 'returns': 'NameInfo' }", "{ 'command': 'query-version', 'returns': 'VersionInfo' }", "{ 'command': 'query-kvm', 'returns': 'KvmInfo' }", "{ 'command': 'query-status', 'returns': 'StatusInfo' }", "{ 'command': 'query-uuid', 'returns': 'UuidInfo' }", "{ 'command': 'query-chardev', 'returns': ['ChardevInfo'] }", "{ 'command': 'ringbuf-write', 'data': {'device': 'str', 'data': 'str', '*format': 'DataFormat'} }", "{ 'command': 'ringbuf-read', 'data': {'device': 'str', 'size': 'int', '*format': 'DataFormat'}, 'returns': 'str' }", "{ 'command': 'query-commands', 'returns': ['CommandInfo'] }", "{ 'command': 'query-events', 'returns': ['EventInfo'] }", "{ 'command': 'query-migrate', 'returns': 'MigrationInfo' }", "{ 'command': 'migrate-set-capabilities', 'data': { 'capabilities': ['MigrationCapabilityStatus'] } }", "{ 'command': 'query-migrate-capabilities', 'returns': ['MigrationCapabilityStatus']}", "{ 'command': 'query-mice', 'returns': ['MouseInfo'] }", "{ 'command': 'query-cpus', 'returns': ['CpuInfo'] }", "{ 'command': 'query-block', 'returns': ['BlockInfo'] }", "{ 'command': 'query-blockstats', 'returns': ['BlockStats'] }", "{ 'command': 'query-vnc', 'returns': 'VncInfo' }", "{ 'command': 'query-spice', 'returns': 'SpiceInfo' }", "{ 'command': 'query-balloon', 'returns': 'BalloonInfo' }", "{ 'command': 'query-pci', 'returns': ['PciInfo'] }", "{ 'command': 'query-block-jobs', 'returns': ['BlockJobInfo'] }", "{ 'command': 'quit' }", "{ 'command': 'stop' }", "{ 'command': 'system_reset' }", "{ 'command': 'system_powerdown' }", "{ 'command': 'cpu', 'data': {'index': 'int'} }", "{ 'command': 'cpu-add', 'data': {'id': 'int'} }", "{ 'command': 'memsave', 'data': {'val': 'int', 'size': 'int', 'filename': 'str', '*cpu-index': 'int'} }", "{ 'command': 'pmemsave', 'data': {'val': 'int', 'size': 'int', 'filename': 'str'} }", "{ 'command': 'cont' }", "{ 'command': 'system_wakeup' }", "{ 'command': 'inject-nmi' }", "{ 'command': 'block_passwd', 'data': {'device': 'str', 'password': 'str'} }", "{ 'command': 'balloon', 'data': {'value': 'int'} }", "{ 'command': 'block_resize', 'data': { 'device': 'str', 'size': 'int' }}", "{ 'command': 'transaction', 'data': { 'actions': [ 'TransactionAction' ] } }", "{ 'command': 'blockdev-snapshot-sync', 'data': { 'device': 'str', 'snapshot-file': 'str', '*format': 'str', '*mode': 'NewImageMode'} }", "{ 'command': 'human-monitor-command', 'data': {'command-line': 'str', '*cpu-index': 'int'}, 'returns': 'str' }", "{ 'command': 'block-commit', 'data': { 'device': 'str', '*base': 'str', 'top': 'str', '*speed': 'int' } }", "{ 'command': 'drive-mirror', 'data': { 'device': 'str', 'target': 'str', '*format': 'str', 'sync': 'MirrorSyncMode', '*mode': 'NewImageMode', '*speed': 'int', '*granularity': 'uint32', '*buf-size': 'int', '*on-source-error': 'BlockdevOnError', '*on-target-error': 'BlockdevOnError' } }", "{ 'command': 'migrate_cancel' }", "{ 'command': 'migrate_set_downtime', 'data': {'value': 'number'} }", "{ 'command': 'migrate_set_speed', 'data': {'value': 'int'} }", "{ 'command': 'migrate-set-cache-size', 'data': {'value': 'int'} }", "{ 'command': 'query-migrate-cache-size', 'returns': 'int' }", "{ 'command': 'qom-list', 'data': { 'path': 'str' }, 'returns': [ 'ObjectPropertyInfo' ] }", "{ 'command': 'qom-get', 'data': { 'path': 'str', 'property': 'str' }, 'returns': 'visitor', 'gen': 'no' }", "{ 'command': 'qom-set', 'data': { 'path': 'str', 'property': 'str', 'value': 'visitor' }, 'gen': 'no' }", "{ 'command': 'set_password', 'data': {'protocol': 'str', 'password': 'str', '*connected': 'str'} }", "{ 'command': 'expire_password', 'data': {'protocol': 'str', 'time': 'str'} }", "{ 'command': 'eject', 'data': {'device': 'str', '*force': 'bool'} }", "{ 'command': 'change-vnc-password', 'data': {'password': 'str'} }", "{ 'command': 'change', 'data': {'device': 'str', 'target': 'str', '*arg': 'str'} }", "{ 'command': 'block_set_io_throttle', 'data': { 'device': 'str', 'bps': 'int', 'bps_rd': 'int', 'bps_wr': 'int', 'iops': 'int', 'iops_rd': 'int', 'iops_wr': 'int' } }", "{ 'command': 'block-stream', 'data': { 'device': 'str', '*base': 'str', '*speed': 'int', '*on-error': 'BlockdevOnError' } }", "{ 'command': 'block-job-set-speed', 'data': { 'device': 'str', 'speed': 'int' } }", "{ 'command': 'block-job-cancel', 'data': { 'device': 'str', '*force': 'bool' } }", "{ 'command': 'block-job-pause', 'data': { 'device': 'str' } }", "{ 'command': 'block-job-resume', 'data': { 'device': 'str' } }", "{ 'command': 'block-job-complete', 'data': { 'device': 'str' } }", "{ 'command': 'qom-list-types', 'data': { '*implements': 'str', '*abstract': 'bool' }, 'returns': [ 'ObjectTypeInfo' ] }", "{ 'command': 'device-list-properties', 'data': { 'typename': 'str'}, 'returns': [ 'DevicePropertyInfo' ] }", "{ 'command': 'migrate', 'data': {'uri': 'str', '*blk': 'bool', '*inc': 'bool', '*detach': 'bool' } }", "{ 'command': 'xen-save-devices-state', 'data': {'filename': 'str'} }", "{ 'command': 'xen-set-global-dirty-log', 'data': { 'enable': 'bool' } }", "{ 'command': 'device_del', 'data': {'id': 'str'} }", "{ 'command': 'dump-guest-memory', 'data': { 'paging': 'bool', 'protocol': 'str', '*begin': 'int', '*length': 'int' } }", "{ 'command': 'netdev_add', 'data': {'type': 'str', 'id': 'str', '*props': '**'}, 'gen': 'no' }", "{ 'command': 'netdev_del', 'data': {'id': 'str'} }", "{ 'command': 'getfd', 'data': {'fdname': 'str'} }", "{ 'command': 'closefd', 'data': {'fdname': 'str'} }", "{ 'command': 'query-machines', 'returns': ['MachineInfo'] }", "{ 'command': 'query-cpu-definitions', 'returns': ['CpuDefinitionInfo'] }", "{ 'command': 'add-fd', 'data': {'*fdset-id': 'int', '*opaque': 'str'}, 'returns': 'AddfdInfo' }", "{ 'command': 'remove-fd', 'data': {'fdset-id': 'int', '*fd': 'int'} }", "{ 'command': 'query-fdsets', 'returns': ['FdsetInfo'] }", "{ 'command': 'query-target', 'returns': 'TargetInfo' }", "{ 'command': 'send-key', 'data': { 'keys': ['KeyValue'], '*hold-time': 'int' } }", "{ 'command': 'screendump', 'data': {'filename': 'str'} }", "{ 'command': 'nbd-server-start', 'data': { 'addr': 'SocketAddress' } }", "{ 'command': 'nbd-server-add', 'data': {'device': 'str', '*writable': 'bool'} }", "{ 'command': 'nbd-server-stop' }", "{ 'command': 'chardev-add', 'data': {'id' : 'str', 'backend' : 'ChardevBackend' }, 'returns': 'ChardevReturn' }", "{ 'command': 'chardev-remove', 'data': {'id': 'str'} }", "{ 'command': 'query-tpm-models', 'returns': ['TpmModel'] }", "{ 'command': 'query-tpm-types', 'returns': ['TpmType'] }", "{ 'command': 'query-tpm', 'returns': ['TPMInfo'] }", "{'command': 'query-command-line-options', 'data': { '*option': 'str' }, 'returns': ['CommandLineOptionInfo'] }", "{ 'command': 'query-qmp-schema', 'data': { '*type': 'str', '*name': 'str' }, 'returns': ['str'] }" ] }