{ "execute": "query-qmp-schema"} { "return": [ { "name": "ErrorClass", "type": "enum", "data": "['GenericError', 'CommandNotFound', 'DeviceEncrypted', 'DeviceNotActive', 'DeviceNotFound', 'KVMMissingCap']" }, { "name": "add_client", "type": "command", "data": "{'*skipauth': 'bool', 'protocol': 'str', 'fdname': 'str', '*tls': 'bool'}" }, { "name": "NameInfo", "type": "type", "data": "{'*name': 'str'}" }, { "name": "query-name", "type": "command", "returns": "NameInfo" }, { "name": "VersionInfo", "type": "type", "data": "{'qemu': OrderedDict([('major', 'int'), ('minor', 'int'), ('micro', 'int')]), 'package': 'str'}" }, { "name": "query-version", "type": "command", "returns": "VersionInfo" }, { "name": "KvmInfo", "type": "type", "data": "{'enabled': 'bool', 'present': 'bool'}" }, { "name": "query-kvm", "type": "command", "returns": "KvmInfo" }, { "name": "RunState", "type": "enum", "data": "['debug', 'inmigrate', 'internal-error', 'io-error', 'paused', 'postmigrate', 'prelaunch', 'finish-migrate', 'restore-vm', 'running', 'save-vm', 'shutdown', 'suspended', 'watchdog', 'guest-panicked']" }, { "name": "SnapshotInfo", "type": "type", "data": "{'name': 'str', 'date-sec': 'int', 'vm-state-size': 'int', 'vm-clock-nsec': 'int', 'vm-clock-sec': 'int', 'date-nsec': 'int', 'id': 'str'}" }, { "name": "ImageInfo", "type": "type", "data": "{'*snapshots': ['SnapshotInfo'], 'format': 'str', '*encrypted': 'bool', '*dirty-flag': 'bool', '*backing-filename-format': 'str', '*backing-filename': 'str', '*actual-size': 'int', 'filename': 'str', 'virtual-size': 'int', '*full-backing-filename': 'str', '*cluster-size': 'int'}" }, { "name": "ImageCheck", "type": "type", "data": "{'check-errors': 'int', '*image-end-offset': 'int', '*corruptions-fixed': 'int', '*allocated-clusters': 'int', 'format': 'str', '*corruptions': 'int', '*total-clusters': 'int', 'filename': 'str', '*fragmented-clusters': 'int', '*leaks-fixed': 'int', '*compressed-clusters': 'int', '*leaks': 'int'}" }, { "name": "StatusInfo", "type": "type", "data": "{'singlestep': 'bool', 'status': 'RunState', 'running': 'bool'}" }, { "name": "query-status", "type": "command", "returns": "StatusInfo" }, { "name": "UuidInfo", "type": "type", "data": "{'UUID': 'str'}" }, { "name": "query-uuid", "type": "command", "returns": "UuidInfo" }, { "name": "ChardevInfo", "type": "type", "data": "{'filename': 'str', 'label': 'str'}" }, { "name": "query-chardev", "type": "command", "returns": "['ChardevInfo']" }, { "name": "DataFormat", "type": "enum", "data": "['utf8', 'base64']" }, { "name": "ringbuf-write", "type": "command", "data": "{'device': 'str', '*format': 'DataFormat', 'data': 'str'}" }, { "name": "ringbuf-read", "type": "command", "returns": "str", "data": "{'device': 'str', '*format': 'DataFormat', 'size': 'int'}" }, { "name": "CommandInfo", "type": "type", "data": "{'name': 'str'}" }, { "name": "query-commands", "type": "command", "returns": "['CommandInfo']" }, { "name": "EventInfo", "type": "type", "data": "{'name': 'str'}" }, { "name": "query-events", "type": "command", "returns": "['EventInfo']" }, { "name": "MigrationStats", "type": "type", "data": "{'skipped': 'int', 'dirty-pages-rate': 'int', 'normal': 'int', 'transferred': 'int', 'duplicate': 'int', 'total': 'int', 'remaining': 'int', 'normal-bytes': 'int'}" }, { "name": "XBZRLECacheStats", "type": "type", "data": "{'cache-miss': 'int', 'overflow': 'int', 'bytes': 'int', 'pages': 'int', 'cache-size': 'int'}" }, { "name": "MigrationInfo", "type": "type", "data": "{'*ram': 'MigrationStats', '*total-time': 'int', '*downtime': 'int', '*expected-downtime': 'int', '*status': 'str', '*xbzrle-cache': 'XBZRLECacheStats', '*disk': 'MigrationStats'}" }, { "name": "query-migrate", "type": "command", "returns": "MigrationInfo" }, { "name": "MigrationCapability", "type": "enum", "data": "['xbzrle']" }, { "name": "MigrationCapabilityStatus", "type": "type", "data": "{'capability': 'MigrationCapability', 'state': 'bool'}" }, { "name": "migrate-set-capabilities", "type": "command", "data": "{'capabilities': ['MigrationCapabilityStatus']}" }, { "name": "query-migrate-capabilities", "type": "command", "returns": "['MigrationCapabilityStatus']" }, { "name": "MouseInfo", "type": "type", "data": "{'current': 'bool', 'index': 'int', 'name': 'str', 'absolute': 'bool'}" }, { "name": "query-mice", "type": "command", "returns": "['MouseInfo']" }, { "name": "CpuInfo", "type": "type", "data": "{'halted': 'bool', '*npc': 'int', '*PC': 'int', '*pc': 'int', 'current': 'bool', 'thread_id': 'int', 'CPU': 'int', '*nip': 'int'}" }, { "name": "query-cpus", "type": "command", "returns": "['CpuInfo']" }, { "name": "BlockDeviceInfo", "type": "type", "data": "{'bps_rd': 'int', 'backing_file_depth': 'int', 'encrypted': 'bool', '*backing_file': 'str', 'bps_wr': 'int', 'drv': 'str', 'bps': 'int', 'iops': 'int', 'file': 'str', 'iops_rd': 'int', 'encryption_key_missing': 'bool', 'ro': 'bool', 'iops_wr': 'int'}" }, { "name": "BlockDeviceIoStatus", "type": "enum", "data": "['ok', 'failed', 'nospace']" }, { "name": "BlockDirtyInfo", "type": "type", "data": "{'count': 'int', 'granularity': 'int'}" }, { "name": "BlockInfo", "type": "type", "data": "{'*tray_open': 'bool', 'locked': 'bool', '*io-status': 'BlockDeviceIoStatus', '*dirty': 'BlockDirtyInfo', '*inserted': 'BlockDeviceInfo', 'removable': 'bool', 'device': 'str', 'type': 'str'}" }, { "name": "query-block", "type": "command", "returns": "['BlockInfo']" }, { "name": "BlockDeviceStats", "type": "type", "data": "{'rd_operations': 'int', 'flush_total_time_ns': 'int', 'wr_highest_offset': 'int', 'rd_total_time_ns': 'int', 'rd_bytes': 'int', 'wr_total_time_ns': 'int', 'flush_operations': 'int', 'wr_operations': 'int', 'wr_bytes': 'int'}" }, { "name": "BlockStats", "type": "type", "data": "{'stats': 'BlockDeviceStats', '*parent': 'BlockStats', '*device': 'str'}" }, { "name": "query-blockstats", "type": "command", "returns": "['BlockStats']" }, { "name": "VncClientInfo", "type": "type", "data": "{'*sasl_username': 'str', 'host': 'str', 'service': 'str', 'family': 'str', '*x509_dname': 'str'}" }, { "name": "VncInfo", "type": "type", "data": "{'*auth': 'str', 'enabled': 'bool', '*host': 'str', '*clients': ['VncClientInfo'], '*family': 'str', '*service': 'str'}" }, { "name": "query-vnc", "type": "command", "returns": "VncInfo" }, { "name": "SpiceChannel", "type": "type", "data": "{'tls': 'bool', 'family': 'str', 'host': 'str', 'channel-type': 'int', 'connection-id': 'int', 'port': 'str', 'channel-id': 'int'}" }, { "name": "SpiceQueryMouseMode", "type": "enum", "data": "['client', 'server', 'unknown']" }, { "name": "SpiceInfo", "type": "type", "data": "{'migrated': 'bool', '*tls-port': 'int', '*port': 'int', '*auth': 'str', 'enabled': 'bool', '*host': 'str', '*channels': ['SpiceChannel'], 'mouse-mode': 'SpiceQueryMouseMode', '*compiled-version': 'str'}" }, { "name": "query-spice", "type": "command", "returns": "SpiceInfo" }, { "name": "BalloonInfo", "type": "type", "data": "{'actual': 'int'}" }, { "name": "query-balloon", "type": "command", "returns": "BalloonInfo" }, { "name": "PciMemoryRange", "type": "type", "data": "{'base': 'int', 'limit': 'int'}" }, { "name": "PciMemoryRegion", "type": "type", "data": "{'bar': 'int', '*prefetch': 'bool', 'address': 'int', 'type': 'str', '*mem_type_64': 'bool', 'size': 'int'}" }, { "name": "PciBridgeInfo", "type": "type", "data": "{'bus': OrderedDict([('number', 'int'), ('secondary', 'int'), ('subordinate', 'int'), ('io_range', 'PciMemoryRange'), ('memory_range', 'PciMemoryRange'), ('prefetchable_range', 'PciMemoryRange')]), '*devices': ['PciDeviceInfo']}" }, { "name": "PciDeviceInfo", "type": "type", "data": "{'slot': 'int', 'function': 'int', 'bus': 'int', 'class_info': OrderedDict([('*desc', 'str'), ('class', 'int')]), '*pci_bridge': 'PciBridgeInfo', '*irq': 'int', 'regions': ['PciMemoryRegion'], 'qdev_id': 'str', 'id': OrderedDict([('device', 'int'), ('vendor', 'int')])}" }, { "name": "PciInfo", "type": "type", "data": "{'bus': 'int', 'devices': ['PciDeviceInfo']}" }, { "name": "query-pci", "type": "command", "returns": "['PciInfo']" }, { "name": "BlockdevOnError", "type": "enum", "data": "['report', 'ignore', 'enospc', 'stop']" }, { "name": "MirrorSyncMode", "type": "enum", "data": "['top', 'full', 'none']" }, { "name": "BlockJobInfo", "type": "type", "data": "{'busy': 'bool', 'speed': 'int', 'len': 'int', 'paused': 'bool', 'io-status': 'BlockDeviceIoStatus', 'offset': 'int', 'device': 'str', 'type': 'str'}" }, { "name": "query-block-jobs", "type": "command", "returns": "['BlockJobInfo']" }, { "name": "quit", "type": "command" }, { "name": "stop", "type": "command" }, { "name": "system_reset", "type": "command" }, { "name": "system_powerdown", "type": "command" }, { "name": "cpu", "type": "command", "data": "{'index': 'int'}" }, { "name": "cpu-add", "type": "command", "data": "{'id': 'int'}" }, { "name": "memsave", "type": "command", "data": "{'filename': 'str', '*cpu-index': 'int', 'val': 'int', 'size': 'int'}" }, { "name": "pmemsave", "type": "command", "data": "{'filename': 'str', 'val': 'int', 'size': 'int'}" }, { "name": "cont", "type": "command" }, { "name": "system_wakeup", "type": "command" }, { "name": "inject-nmi", "type": "command" }, { "name": "set_link", "type": "command", "data": "{'name': 'str', 'up': 'bool'}" }, { "name": "block_passwd", "type": "command", "data": "{'device': 'str', 'password': 'str'}" }, { "name": "balloon", "type": "command", "data": "{'value': 'int'}" }, { "name": "block_resize", "type": "command", "data": "{'device': 'str', 'size': 'int'}" }, { "name": "NewImageMode", "type": "enum", "data": "['existing', 'absolute-paths']" }, { "name": "BlockdevSnapshot", "type": "type", "data": "{'device': 'str', '*format': 'str', 'snapshot-file': 'str', '*mode': 'NewImageMode'}" }, { "name": "TransactionAction", "type": "union", "data": "{'blockdev-snapshot-sync': 'BlockdevSnapshot'}" }, { "name": "transaction", "type": "command", "data": "{'actions': ['TransactionAction']}" }, { "name": "blockdev-snapshot-sync", "type": "command", "data": "{'device': 'str', '*format': 'str', 'snapshot-file': 'str', '*mode': 'NewImageMode'}" }, { "name": "human-monitor-command", "type": "command", "returns": "str", "data": "{'*cpu-index': 'int', 'command-line': 'str'}" }, { "name": "block-commit", "type": "command", "data": "{'device': 'str', 'top': 'str', '*base': 'str', '*speed': 'int'}" }, { "name": "drive-mirror", "type": "command", "data": "{'*on-target-error': 'BlockdevOnError', '*buf-size': 'int', 'target': 'str', '*granularity': 'uint32', '*format': 'str', '*speed': 'int', 'sync': 'MirrorSyncMode', '*mode': 'NewImageMode', 'device': 'str', '*on-source-error': 'BlockdevOnError'}" }, { "name": "migrate_cancel", "type": "command" }, { "name": "migrate_set_downtime", "type": "command", "data": "{'value': 'number'}" }, { "name": "migrate_set_speed", "type": "command", "data": "{'value': 'int'}" }, { "name": "migrate-set-cache-size", "type": "command", "data": "{'value': 'int'}" }, { "name": "query-migrate-cache-size", "type": "command", "returns": "int" }, { "name": "ObjectPropertyInfo", "type": "type", "data": "{'type': 'str', 'name': 'str'}" }, { "name": "qom-list", "type": "command", "returns": "['ObjectPropertyInfo']", "data": "{'path': 'str'}" }, { "name": "qom-get", "type": "command", "returns": "visitor", "data": "{'path': 'str', 'property': 'str'}" }, { "name": "qom-set", "type": "command", "data": "{'path': 'str', 'property': 'str', 'value': 'visitor'}" }, { "name": "set_password", "type": "command", "data": "{'password': 'str', 'protocol': 'str', '*connected': 'str'}" }, { "name": "expire_password", "type": "command", "data": "{'protocol': 'str', 'time': 'str'}" }, { "name": "eject", "type": "command", "data": "{'device': 'str', '*force': 'bool'}" }, { "name": "change-vnc-password", "type": "command", "data": "{'password': 'str'}" }, { "name": "change", "type": "command", "data": "{'device': 'str', 'target': 'str', '*arg': 'str'}" }, { "name": "block_set_io_throttle", "type": "command", "data": "{'bps_rd': 'int', 'bps_wr': 'int', 'bps': 'int', 'iops': 'int', 'iops_rd': 'int', 'device': 'str', 'iops_wr': 'int'}" }, { "name": "block-stream", "type": "command", "data": "{'device': 'str', '*on-error': 'BlockdevOnError', '*base': 'str', '*speed': 'int'}" }, { "name": "block-job-set-speed", "type": "command", "data": "{'device': 'str', 'speed': 'int'}" }, { "name": "block-job-cancel", "type": "command", "data": "{'device': 'str', '*force': 'bool'}" }, { "name": "block-job-pause", "type": "command", "data": "{'device': 'str'}" }, { "name": "block-job-resume", "type": "command", "data": "{'device': 'str'}" }, { "name": "block-job-complete", "type": "command", "data": "{'device': 'str'}" }, { "name": "ObjectTypeInfo", "type": "type", "data": "{'name': 'str'}" }, { "name": "qom-list-types", "type": "command", "returns": "['ObjectTypeInfo']", "data": "{'*abstract': 'bool', '*implements': 'str'}" }, { "name": "DevicePropertyInfo", "type": "type", "data": "{'type': 'str', 'name': 'str'}" }, { "name": "device-list-properties", "type": "command", "returns": "['DevicePropertyInfo']", "data": "{'typename': 'str'}" }, { "name": "migrate", "type": "command", "data": "{'*detach': 'bool', 'uri': 'str', '*inc': 'bool', '*blk': 'bool'}" }, { "name": "xen-save-devices-state", "type": "command", "data": "{'filename': 'str'}" }, { "name": "xen-set-global-dirty-log", "type": "command", "data": "{'enable': 'bool'}" }, { "name": "device_del", "type": "command", "data": "{'id': 'str'}" }, { "name": "dump-guest-memory", "type": "command", "data": "{'*length': 'int', 'paging': 'bool', 'protocol': 'str', '*begin': 'int'}" }, { "name": "netdev_add", "type": "command", "data": "{'*props': '**', 'type': 'str', 'id': 'str'}" }, { "name": "netdev_del", "type": "command", "data": "{'id': 'str'}" }, { "name": "NetdevNoneOptions", "type": "type", "data": "{}" }, { "name": "NetLegacyNicOptions", "type": "type", "data": "{'*macaddr': 'str', '*model': 'str', '*addr': 'str', '*vectors': 'uint32', '*netdev': 'str'}" }, { "name": "String", "type": "type", "data": "{'str': 'str'}" }, { "name": "NetdevUserOptions", "type": "type", "data": "{'*hostname': 'str', '*tftp': 'str', '*dhcpstart': 'str', '*guestfwd': ['String'], '*smbserver': 'str', '*hostfwd': ['String'], '*host': 'str', '*net': 'str', '*restrict': 'bool', '*dnssearch': ['String'], '*ip': 'str', '*dns': 'str', '*smb': 'str', '*bootfile': 'str'}" }, { "name": "NetdevTapOptions", "type": "type", "data": "{'*vhostfd': 'str', '*script': 'str', '*helper': 'str', '*vhostfds': 'str', '*vnet_hdr': 'bool', '*downscript': 'str', '*queues': 'uint32', '*fd': 'str', '*vhostforce': 'bool', '*ifname': 'str', '*fds': 'str', '*vhost': 'bool', '*sndbuf': 'size'}" }, { "name": "NetdevSocketOptions", "type": "type", "data": "{'*mcast': 'str', '*connect': 'str', '*fd': 'str', '*listen': 'str', '*udp': 'str', '*localaddr': 'str'}" }, { "name": "NetdevVdeOptions", "type": "type", "data": "{'*mode': 'uint16', '*group': 'str', '*port': 'uint16', '*sock': 'str'}" }, { "name": "NetdevDumpOptions", "type": "type", "data": "{'*len': 'size', '*file': 'str'}" }, { "name": "NetdevBridgeOptions", "type": "type", "data": "{'*helper': 'str', '*br': 'str'}" }, { "name": "NetdevHubPortOptions", "type": "type", "data": "{'hubid': 'int32'}" }, { "name": "NetClientOptions", "type": "union", "data": "{'bridge': 'NetdevBridgeOptions', 'none': 'NetdevNoneOptions', 'tap': 'NetdevTapOptions', 'socket': 'NetdevSocketOptions', 'dump': 'NetdevDumpOptions', 'nic': 'NetLegacyNicOptions', 'vde': 'NetdevVdeOptions', 'user': 'NetdevUserOptions', 'hubport': 'NetdevHubPortOptions'}" }, { "name": "NetLegacy", "type": "type", "data": "{'*id': 'str', '*vlan': 'int32', '*name': 'str', 'opts': 'NetClientOptions'}" }, { "name": "Netdev", "type": "type", "data": "{'id': 'str', 'opts': 'NetClientOptions'}" }, { "name": "InetSocketAddress", "type": "type", "data": "{'*ipv6': 'bool', 'host': 'str', '*to': 'uint16', 'port': 'str', '*ipv4': 'bool'}" }, { "name": "UnixSocketAddress", "type": "type", "data": "{'path': 'str'}" }, { "name": "SocketAddress", "type": "union", "data": "{'unix': 'UnixSocketAddress', 'fd': 'String', 'inet': 'InetSocketAddress'}" }, { "name": "getfd", "type": "command", "data": "{'fdname': 'str'}" }, { "name": "closefd", "type": "command", "data": "{'fdname': 'str'}" }, { "name": "MachineInfo", "type": "type", "data": "{'*alias': 'str', '*is-default': 'bool', 'cpu-max': 'int', 'name': 'str'}" }, { "name": "query-machines", "type": "command", "returns": "['MachineInfo']" }, { "name": "CpuDefinitionInfo", "type": "type", "data": "{'name': 'str'}" }, { "name": "query-cpu-definitions", "type": "command", "returns": "['CpuDefinitionInfo']" }, { "name": "AddfdInfo", "type": "type", "data": "{'fdset-id': 'int', 'fd': 'int'}" }, { "name": "add-fd", "type": "command", "returns": "AddfdInfo", "data": "{'*opaque': 'str', '*fdset-id': 'int'}" }, { "name": "remove-fd", "type": "command", "data": "{'fdset-id': 'int', '*fd': 'int'}" }, { "name": "FdsetFdInfo", "type": "type", "data": "{'*opaque': 'str', 'fd': 'int'}" }, { "name": "FdsetInfo", "type": "type", "data": "{'fdset-id': 'int', 'fds': ['FdsetFdInfo']}" }, { "name": "query-fdsets", "type": "command", "returns": "['FdsetInfo']" }, { "name": "TargetType", "type": "enum", "data": "['alpha', 'arm', 'cris', 'i386', 'lm32', 'm68k', 'microblazeel', 'microblaze', 'mips64el', 'mips64', 'mipsel', 'mips', 'moxie', 'or32', 'ppc64', 'ppcemb', 'ppc', 's390x', 'sh4eb', 'sh4', 'sparc64', 'sparc', 'unicore32', 'x86_64', 'xtensaeb', 'xtensa']" }, { "name": "TargetInfo", "type": "type", "data": "{'arch': 'TargetType'}" }, { "name": "query-target", "type": "command", "returns": "TargetInfo" }, { "name": "QKeyCode", "type": "enum", "data": "['shift', 'shift_r', 'alt', 'alt_r', 'altgr', 'altgr_r', 'ctrl', 'ctrl_r', 'menu', 'esc', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', 'minus', 'equal', 'backspace', 'tab', 'q', 'w', 'e', 'r', 't', 'y', 'u', 'i', 'o', 'p', 'bracket_left', 'bracket_right', 'ret', 'a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'semicolon', 'apostrophe', 'grave_accent', 'backslash', 'z', 'x', 'c', 'v', 'b', 'n', 'm', 'comma', 'dot', 'slash', 'asterisk', 'spc', 'caps_lock', 'f1', 'f2', 'f3', 'f4', 'f5', 'f6', 'f7', 'f8', 'f9', 'f10', 'num_lock', 'scroll_lock', 'kp_divide', 'kp_multiply', 'kp_subtract', 'kp_add', 'kp_enter', 'kp_decimal', 'sysrq', 'kp_0', 'kp_1', 'kp_2', 'kp_3', 'kp_4', 'kp_5', 'kp_6', 'kp_7', 'kp_8', 'kp_9', 'less', 'f11', 'f12', 'print', 'home', 'pgup', 'pgdn', 'end', 'left', 'up', 'down', 'right', 'insert', 'delete', 'stop', 'again', 'props', 'undo', 'front', 'copy', 'open', 'paste', 'find', 'cut', 'lf', 'help', 'meta_l', 'meta_r', 'compose']" }, { "name": "KeyValue", "type": "union", "data": "{'qcode': 'QKeyCode', 'number': 'int'}" }, { "name": "send-key", "type": "command", "data": "{'keys': ['KeyValue'], '*hold-time': 'int'}" }, { "name": "screendump", "type": "command", "data": "{'filename': 'str'}" }, { "name": "nbd-server-start", "type": "command", "data": "{'addr': 'SocketAddress'}" }, { "name": "nbd-server-add", "type": "command", "data": "{'device': 'str', '*writable': 'bool'}" }, { "name": "nbd-server-stop", "type": "command" }, { "name": "ChardevFile", "type": "type", "data": "{'*in': 'str', 'out': 'str'}" }, { "name": "ChardevHostdev", "type": "type", "data": "{'device': 'str'}" }, { "name": "ChardevSocket", "type": "type", "data": "{'*nodelay': 'bool', '*wait': 'bool', '*server': 'bool', 'addr': 'SocketAddress', '*telnet': 'bool'}" }, { "name": "ChardevUdp", "type": "type", "data": "{'*local': 'SocketAddress', 'remote': 'SocketAddress'}" }, { "name": "ChardevMux", "type": "type", "data": "{'chardev': 'str'}" }, { "name": "ChardevStdio", "type": "type", "data": "{'*signal': 'bool'}" }, { "name": "ChardevSpiceChannel", "type": "type", "data": "{'type': 'str'}" }, { "name": "ChardevSpicePort", "type": "type", "data": "{'fqdn': 'str'}" }, { "name": "ChardevVC", "type": "type", "data": "{'*width': 'int', '*height': 'int', '*cols': 'int', '*rows': 'int'}" }, { "name": "ChardevMemory", "type": "type", "data": "{'*size': 'int'}" }, { "name": "ChardevDummy", "type": "type", "data": "{}" }, { "name": "ChardevBackend", "type": "union", "data": "{'udp': 'ChardevUdp', 'vc': 'ChardevVC', 'console': 'ChardevDummy', 'socket': 'ChardevSocket', 'braille': 'ChardevDummy', 'stdio': 'ChardevStdio', 'spiceport': 'ChardevSpicePort', 'mux': 'ChardevMux', 'pipe': 'ChardevHostdev', 'msmouse': 'ChardevDummy', 'file': 'ChardevFile', 'memory': 'ChardevMemory', 'spicevmc': 'ChardevSpiceChannel', 'serial': 'ChardevHostdev', 'null': 'ChardevDummy', 'parallel': 'ChardevHostdev', 'pty': 'ChardevDummy'}" }, { "name": "ChardevReturn", "type": "type", "data": "{'*pty': 'str'}" }, { "name": "chardev-add", "type": "command", "returns": "ChardevReturn", "data": "{'id': 'str', 'backend': 'ChardevBackend'}" }, { "name": "chardev-remove", "type": "command", "data": "{'id': 'str'}" }, { "name": "TpmModel", "type": "enum", "data": "['tpm-tis']" }, { "name": "query-tpm-models", "type": "command", "returns": "['TpmModel']" }, { "name": "TpmType", "type": "enum", "data": "['passthrough']" }, { "name": "query-tpm-types", "type": "command", "returns": "['TpmType']" }, { "name": "TPMPassthroughOptions", "type": "type", "data": "{'*cancel-path': 'str', '*path': 'str'}" }, { "name": "TpmTypeOptions", "type": "union", "data": "{'passthrough': 'TPMPassthroughOptions'}" }, { "name": "TPMInfo", "type": "type", "data": "{'model': 'TpmModel', 'id': 'str', 'options': 'TpmTypeOptions'}" }, { "name": "query-tpm", "type": "command", "returns": "['TPMInfo']" }, { "name": "AcpiTableOptions", "type": "type", "data": "{'*asl_compiler_rev': 'uint32', '*oem_rev': 'uint32', '*sig': 'str', '*file': 'str', '*data': 'str', '*rev': 'uint8', '*asl_compiler_id': 'str', '*oem_table_id': 'str', '*oem_id': 'str'}" }, { "name": "CommandLineParameterType", "type": "enum", "data": "['string', 'boolean', 'number', 'size']" }, { "name": "CommandLineParameterInfo", "type": "type", "data": "{'type': 'CommandLineParameterType', 'name': 'str', '*help': 'str'}" }, { "name": "CommandLineOptionInfo", "type": "type", "data": "{'option': 'str', 'parameters': ['CommandLineParameterInfo']}" }, { "name": "query-command-line-options", "type": "command", "returns": "['CommandLineOptionInfo']", "data": "{'*option': 'str'}" }, { "name": "X86CPURegister32", "type": "enum", "data": "['EAX', 'EBX', 'ECX', 'EDX', 'ESP', 'EBP', 'ESI', 'EDI']" }, { "name": "X86CPUFeatureWordInfo", "type": "type", "data": "{'cpuid-register': 'X86CPURegister32', '*cpuid-input-ecx': 'int', 'cpuid-input-eax': 'int', 'features': 'int'}" }, { "name": "SchemaData", "type": "type", "data": "{'*returns': 'str', 'type': 'str', 'name': 'str', '*data': 'str'}" }, { "name": "query-qmp-schema", "type": "command", "returns": "['SchemaData']", "data": "{'*name': 'str', '*type': 'str'}" } ] }